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!