How to choose certain variables from many, defined by matlabFunction?
4 vues (au cours des 30 derniers jours)
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!!!
0 commentaires
Réponses (1)
Harsha Priya Daggubati
le 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 commentaires
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!