How to choose certain variables from many, defined by matlabFunction?

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!!!

Answers (1)

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:

Products

Release

R2019b

Asked:

on 28 Oct 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!