フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Changing a line with cumtrapz

1 回表示 (過去 30 日間)
Tertius Poolman
Tertius Poolman 2019 年 11 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
If I have a line on a graph (below) where
  • L=5,
  • M2=-(w*L^2)/8
  • w=5
line([0 L/2],[0 M2],'Color','b','linewidth',1.5);
How do I implement the Cumtrapz function to make this line a parabola to start at x=0 coordinate, y=0 coordinate and end at x=L/2 coordinate, y=M2 coordinate?

回答 (0 件)

この質問は閉じられています。

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by