Integrating array of functions
Mostrar comentarios más antiguos
Hi people,
I have an array of functions, something like func(x,y)=[func1(x,y) func2(x,y) ... funcN(x,y)]
Now I want to integrate func(x,y). I.e., I want to integrate each component of func(x,y). How can I do that?
All information I could find are about function of arrays, instead of array of functions.
Thanks in advance.
GQ
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 11 de En. de 2012
0 votos
There is no routine provided for this, unless perhaps the Symbolic Toolkit could handle it.
1 comentario
w
el 11 de En. de 2012
Categorías
Más información sobre Numerical Integration and Differentiation 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!