How to choose variable from symbolic function?

I performed the calculation in symbols and final expression was converted into the matlabFanction
I got F=@(x,y,z,a,b,c,t)...
How to choose as variables only x,y,z?

Respuestas (1)

WalterWhite
WalterWhite el 30 de Oct. de 2019

0 votos

Hello Ivan,
I'm not sure as to the scope of your question. @ is a matlab function handle that can be used to call a function / subfunction from any .m file in or outside the path.
maybe the above mentioned thread link will help you.
Regards,
Vinayak

Categorías

Más información sobre Programming en Centro de ayuda y File Exchange.

Productos

Versión

R2019b

Preguntada:

el 30 de Oct. de 2019

Respondida:

el 30 de Oct. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by