How to choose certain variables from many, defined by matlabFunction?
4 views (last 30 days)
Show older comments
Hi,
I have converted the expression defined in a symbolic way to matlab function using matlabFunction
I have got the following @(E0,R,e0,ei,er,es,ew,kn,x,x0,y,y0,z,z0)....
I would like to set only x,y,z as a variable and rest ones assign as scalar constants. How can I do that?
Thx!!!
0 Comments
Answers (1)
Harsha Priya Daggubati
on 6 Nov 2019
Hi,
I guess there is no such feature available with matlabFunction, possible work around would be to manually give the scalar values in symbolic equation and give it as input to matlabFunction. Refer to the documentation for more details:
0 Comments
See Also
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!