How to integrate two columns of data in MAT LAB
이전 댓글 표시
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.
답변 (1개)
Wayne King
2013년 10월 17일
0 개 추천
Since you are on an older release, how about using dblquad() instead?
댓글 수: 3
Sathyamoorti
2013년 10월 17일
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.
Sathyamoorti
2013년 10월 18일
카테고리
도움말 센터 및 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!