How to convert a cell array containing various non-linear equations to an inline function ?
1 visualización (últimos 30 días)
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
Respuestas (1)
Ishan Gupta
el 27 de Jul. de 2022
Function handles is a better way to implement equations.
0 comentarios
Ver también
Categorías
Más información sobre Function Creation en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!