c = input ('what is the cement ratio you require?');
while c==0
if c == 0;
disp ('Enter a suitable amount');
return
else c == 0
break
end
end
%Looking to loop back to the input and repeat the question when 0 is inputted , however, when the code is ran it displays only the quote above and does not loop back to the input. I have probably made a silly mistake, but, I am hoping someone could maybe help.

 採用された回答

madhan ravi
madhan ravi 2020 年 7 月 8 日
編集済み: madhan ravi 2020 年 7 月 8 日

1 投票

c = input ('what is the cement ratio you require?'); % place this once again inside the if block after disp()

1 件のコメント

Ciaran O'Connor
Ciaran O'Connor 2020 年 7 月 8 日
Thank you very much !

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeLoops and Conditional Statements についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by