Feeds
質問
Have fimplicit have the axis in the order of the function handle inputs, even when not every variable is used in the expression.
I have a function handle that only uses one of the two inputs it has, and the order matters. As of now, fimplicit reads the func...
4年弱 前 | 2 件の回答 | 1
2
回答回答済み
Have matlabFunction create a function handle with two inputs even when the symbolic expression uses only one.
Use dX_mF = matlabFunction(dX, 'Vars' [X Y]) The second part which allows you to change the order of the variables of the fun...
Have matlabFunction create a function handle with two inputs even when the symbolic expression uses only one.
Use dX_mF = matlabFunction(dX, 'Vars' [X Y]) The second part which allows you to change the order of the variables of the fun...
4年弱 前 | 0
| 採用済み
質問
Have matlabFunction create a function handle with two inputs even when the symbolic expression uses only one.
So I have symbolic expressions which sometimes use only one of the two inputs set in their definition. I want matlabFucntion to ...
4年弱 前 | 1 件の回答 | 0