フィルターのクリア

Info

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

Modify the following program in order to have the same behavior but using vector operators instead of the while cycle

2 ビュー (過去 30 日間)
Taylie Sargent
Taylie Sargent 2015 年 7 月 4 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
a = ceil(10*rand(1, 10)); index = 1;
while index <= 10
if ceil(a(index)/2) == floor(a(index)/2) index = index + 1;
continue
end;
a(index)
index = index + 1;
end;
  1 件のコメント
Geoff Hayes
Geoff Hayes 2015 年 7 月 4 日
編集済み: Geoff Hayes 2015 年 7 月 5 日
Taylie - what exactly is your question? You seem to have posted (in the title) the homework assignment and (in the body) the code that you have to modify. Please make an attempt at solving the problem. If there is something that you don't understand, then please ask and we will provide guidance.

回答 (0 件)

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

Community Treasure Hunt

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

Start Hunting!

Translated by