How can i plot the graph of b versus a?
5 ビュー (過去 30 日間)
古いコメントを表示
回答 (1 件)
Von Duesenberg
2018 年 5 月 12 日
Is this what you had in mind?
a=-pi:2*pi/30:pi;
b=pi./a.^2;
plot(b,a) %or plot(a,b)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!