How to convert a cell array containing various non-linear equations to an inline function ?
Mostrar comentarios más antiguos
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 comentarios
the cyclist
el 6 de Nov. de 2014
Can you give a small example of what you mean by " ... multiple equations in a cell array with unknown variables".
Ahsun Ali
el 7 de Nov. de 2014
Ahsun Ali
el 7 de Nov. de 2014
Respuestas (1)
Ishan Gupta
el 27 de Jul. de 2022
0 votos
Function handles is a better way to implement equations.
Categorías
Más información sobre Function Creation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!