已回答 Entering Non-Linear System of Equations
I am not sure what exactly your program is doing, but you could try this:
x = sym('x', [4, 1])
instead of |syms x|. This ...
12 years 前 | 1
| 已接受
已回答 solve with parameter
Try to avoid |num2str| during calculations. This will convert the input into a string. A string is basically an array of charact...
已回答 Creating Symbolic Functions
The concept of 'symbolic functions' including the function |argnames| have been introduced in MATLAB 2012a. You cannot use this ...