inline function help
조회 수: 2 (최근 30일)
이전 댓글 표시
I'm working on a school project and I need some help using the inline function. I'm using the inline function to create functions for derivatives of a system of equations, the problem I'm running into, is that when I take a derivative some of my variables might disappear, if there any command that let me check what the input requirements are for the inline function so I solve the problem accordingly.
I basically want to know if MATlab sees the function as a multivariable equation and what variables.
Thanks, Izak van der Walt
댓글 수: 0
답변 (1개)
Walter Roberson
2011년 3월 26일
I would recommend using anonymous functions instead of inline functions.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Function Creation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!