フィルターのクリア

Write a Matlab program which gives the same output as the following program but only contains if statements

3 ビュー (過去 30 日間)
a = rand
if a < .3
a < .3
elseif a<.6
.3 <= a <.6
else
a > 6
end;
  2 件のコメント
the cyclist
the cyclist 2015 年 7 月 4 日
if (you show some effort)
if (you post some code)
we might help you with some hints
end
end
dpb
dpb 2015 年 7 月 4 日
Why would you want to do that (unless it's a homework assignment in which case we've got to see an attempt first....)???

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

回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by