Create a plot with sample on the x-axis and mass1 on the y-axis.
28 ビュー (過去 30 日間)
古いコメントを表示
この 質問 は Chuguang Pan
さんによってフラグが設定されました
Create a plot with sample on the x-axis and mass1 on the y-axis.
this a question i see the solution and put the value but it did't work
0 件のコメント
回答 (1 件)
Walter Roberson
2025 年 8 月 16 日 9:06
編集済み: Walter Roberson
2025 年 8 月 16 日 9:07
sample = linspace(0,10);
mass1 = exp(-sample);
plot(sample, mass1)
xlabel sample
ylabel mass1
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Contour Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!