How to choose certain variables from many, defined by matlabFunction?
Afficher commentaires plus anciens
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!!!
Réponses (1)
Harsha Priya Daggubati
le 6 Nov 2019
0 votes
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:
Catégories
En savoir plus sur Code Performance dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!