How to convert a cell array containing various non-linear equations to an inline function ?
Show older comments
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 Comments
the cyclist
on 6 Nov 2014
Can you give a small example of what you mean by " ... multiple equations in a cell array with unknown variables".
Ahsun Ali
on 7 Nov 2014
Ahsun Ali
on 7 Nov 2014
Answers (1)
Ishan Gupta
on 27 Jul 2022
0 votes
Function handles is a better way to implement equations.
Categories
Find more on Function Creation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!