symbolic variables in MATLAB
Show older comments
Hi guys, I getting this error, any ideas?
Loading from: matlab.mat
??? Error using ==> error
Formatted arguments cannot be non-scalar numeric matrices.
Error in ==> sym.sym>assumptions at 2180
error('symbolic:sym:sym:errmsg1','Second argument %s not recognized.',a);
Error in ==> sym.sym>tomupad at 2148
assumptions(S,x,a);
Error in ==> sym.sym>sym.sym at 114
S.s = tomupad(x,a);
Error in ==> Frame_Analysis at 297
X=sym('x',[1 m]); % Definition of design variables
3 Comments
Azzi Abdelmalek
on 28 Aug 2012
post your code
Itachi
on 28 Aug 2012
Walter Roberson
on 28 Aug 2012
Your friend is running an earlier version of MATLAB than you are.
Accepted Answer
More Answers (0)
Categories
Find more on Number Theory in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!