How to integrate two columns of data in MAT LAB
Show older comments
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.
Answers (1)
Wayne King
on 17 Oct 2013
0 votes
Since you are on an older release, how about using dblquad() instead?
3 Comments
Sathyamoorti
on 17 Oct 2013
Jan
on 17 Oct 2013
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.
Sathyamoorti
on 18 Oct 2013
Categories
Find more on Numerical Integration and Differentiation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!