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!