Create a plot with sample on the x-axis and mass1 on the y-axis.

28 ビュー (過去 30 日間)
ajeet
ajeet 2025 年 8 月 16 日 7:16
編集済み: Walter Roberson 2025 年 8 月 16 日 9:07
この 質問 は 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

回答 (1 件)

Walter Roberson
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

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by