How to convert a cell array containing various non-linear equations to an inline function ?
Afficher commentaires plus anciens
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 commentaires
the cyclist
le 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
le 7 Nov 2014
Ahsun Ali
le 7 Nov 2014
Réponses (1)
Ishan Gupta
le 27 Juil 2022
0 votes
Function handles is a better way to implement equations.
Catégories
En savoir plus sur Function Creation dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!