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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0