Create a 100 element vector for x
7 ビュー (過去 30 日間)
古いコメントを表示

2 件のコメント
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
2021 年 10 月 7 日
x = linspace(0, L/2, 100);
2 件のコメント
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 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!