Hi, I am trying to run a simulation with a while loop which modifies the content of a 3 * 1 matrix in every iteration. But it is displaying this error
Show older comments
??? Error using ==> mupadmex
Error in MuPAD command: Illegal operand [_index]
Error in ==> sym.plus at 14
X = mupadmex('symobj::zip',A.s,B.s,'_plus');
Error in ==> project at 37
n1 = n1 + dn1;
Here dn1 is the correctifying 3*1 matrix that i am adding to n1(3*1) in every iteration. Please suggest something!
3 Comments
David Sanchez
on 16 May 2013
I would suggest to write your code so it can be read.
Sushant Kumar
on 24 May 2013
Walter Roberson
on 24 May 2013
Answered in the other thread you posted in http://www.mathworks.co.uk/matlabcentral/answers/76837-is-there-an-alternate-for-sym-function-in-matlab-2012b
Answers (0)
Categories
Find more on Special Values 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!