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!