How to choose variable from symbolic function?

조회 수: 1 (최근 30일)
Ivan
Ivan 2019년 10월 30일
답변: WalterWhite 2019년 10월 30일
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?

답변 (1개)

WalterWhite
WalterWhite 2019년 10월 30일
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

카테고리

Help CenterFile Exchange에서 Number Theory에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by