MATLAB入門講座のプログラミングの判定分岐のタスク1で、解答通りに入力しても正解にならない。
6 views (last 30 days)
Show older comments
画面がコピーできないので、示すことが出来ません。解答です。
if doplot
plot(density)
title("Sample Densities")
xticklabels(element)
ylabel("Density (g/cm^3)")
end
0 Comments
Answers (1)
Akiko
on 8 Sep 2022
if doPlot % P は大文字
end
を追加することをお試しください。
通らない場合は、"リセット" ボタンを押してから試してみてください。
0 Comments
See Also
Categories
Find more on グラフィックス オブジェクトのプログラミング in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!