Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to ask the user to check avalue from a loop

2 ビュー (過去 30 日間)
Ahmed Alshehhi
Ahmed Alshehhi 2018 年 3 月 16 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have this loop
For i= 1:30
s=a*x(i);
if s>=0
cc(i)=1;
else cc(i)=0;
end
end
I want the user to select a number between 1:30 and check if it is equal to 1 or 0 and state that for 0 it is normal and for 1 it is not
  2 件のコメント
Guillaume
Guillaume 2018 年 3 月 16 日
I want ...
While I understand what you ask I completely fail to see how it relates to your loop. What is the link?
Ahmed Alshehhi
Ahmed Alshehhi 2018 年 3 月 16 日
I may not explain my equation corectly . I dont know how to let the user to enter a number and check it base on the loop result

回答 (1 件)

David Fletcher
David Fletcher 2018 年 3 月 16 日
編集済み: David Fletcher 2018 年 3 月 16 日
I'm not entirely sure I understand what you are trying to do, but if you just want to get basic input from the user then see the docs on the input function.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by