symbolic variables in MATLAB
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Walter Roberson
2012-8-28
Which MATLAB release are you using? The ability to pass in array sizes is only a release or two old.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!