MATLAB入門講座​のプログラミングの判​定分岐のタスク1で、​解答通りに入力しても​正解にならない。

画面がコピーできないので、示すことが出来ません。解答です。
if doplot
plot(density)
title("Sample Densities")
xticklabels(element)
ylabel("Density (g/cm^3)")
end

답변 (1개)

Akiko
Akiko 2022년 9월 8일

0 개 추천

if doPlot % P は大文字
end
を追加することをお試しください。
通らない場合は、"リセット" ボタンを押してから試してみてください。

카테고리

도움말 센터File Exchange에서 起動と終了에 대해 자세히 알아보기

태그

질문:

修
2022년 9월 8일

답변:

2022년 9월 8일

Community Treasure Hunt

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

Start Hunting!