Trapezium rule from table of results
6 ビュー (過去 30 日間)
古いコメントを表示
I am trying to get a result using the trapezium rule for the last two columns, the 1st column is the x axis.
0 件のコメント
採用された回答
Sindhu Karri
2021 年 5 月 4 日
Hii,
You can use trapz function to calculate the integral.Refer the syntax trapz(X,Y) which might be helpful for your use case.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!