How to convert a cell array containing various non-linear equations to an inline function ?
이전 댓글 표시
I am storing multiple equations in a cell array with unknown variables. I want to convert the elements (equations) in this cell array to inline functions in order to evaluate them at a set of points
댓글 수: 3
the cyclist
2014년 11월 6일
Can you give a small example of what you mean by " ... multiple equations in a cell array with unknown variables".
Ahsun Ali
2014년 11월 7일
Ahsun Ali
2014년 11월 7일
답변 (1개)
Ishan Gupta
2022년 7월 27일
0 개 추천
Function handles is a better way to implement equations.
카테고리
도움말 센터 및 File Exchange에서 Function Creation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!