Create a 100 element vector for x

7 ビュー (過去 30 日間)
James Bowler
James Bowler 2021 年 10 月 7 日
コメント済み: Neel Raval 2021 年 10 月 9 日
  2 件のコメント
Neel Raval
Neel Raval 2021 年 10 月 9 日
How would we input the equation in matlab using the ranges?
Neel Raval
Neel Raval 2021 年 10 月 9 日
Also, how would you go on to plot the 2 equations. (Can they both be plotted in a single graph? or do they need to be seperate?)

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2021 年 10 月 7 日
x = linspace(0, L/2, 100);
  2 件のコメント
Neel Raval
Neel Raval 2021 年 10 月 9 日
How would we input the equation in matlab using the ranges?
Neel Raval
Neel Raval 2021 年 10 月 9 日
Also, how would you go on to plot the 2 equations. (Can they both be plotted in a single graph? or do they need to be seperate?)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by