回答済み 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年以上 前 | 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 ...