How to integate a graph?
1 回表示 (過去 30 日間)
古いコメントを表示
I have function which is calculating displacement vs time . I want to integarte it. Can any one please help me how I make the function of integration in matlab?
回答 (1 件)
Star Strider
2016 年 9 月 24 日
To integrate functions, use integrate and its friends (in earlier versions, quad and its friends). For data (vectors and 2D arrays) use trapz.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!