How to integrate two columns of data in MAT LAB
3 ビュー (過去 30 日間)
古いコメントを表示
I have two columns of data in excel and I want to double integrate it in MATLAB using Trapezoidal method. Can some one help me how to do it in MATLAB R2009b. Any help is highly appreciated.
0 件のコメント
回答 (1 件)
Wayne King
2013 年 10 月 17 日
Since you are on an older release, how about using dblquad() instead?
3 件のコメント
Jan
2013 年 10 月 17 日
Please explain, what you have tried so far, e.g. if the import from Excel is working already, or if this is a part of the question. Please consider Where to add more details.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!