Integrating array of functions
古いコメントを表示
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
採用された回答
その他の回答 (1 件)
Walter Roberson
2012 年 1 月 11 日
0 投票
There is no routine provided for this, unless perhaps the Symbolic Toolkit could handle it.
カテゴリ
ヘルプ センター および File Exchange で Numerical Integration and Differentiation についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!