why this code not displaying else part

1 回表示 (過去 30 日間)
abdul rehman
abdul rehman 2020 年 6 月 7 日
コメント済み: abdul rehman 2020 年 6 月 7 日
the following code is only displaying the if part even if the value is less than 0.6
y = sprintf('%.1f',rand(1))
if y>0.6
disp('the value is false')
else
disp('true')
end

採用された回答

madhan ravi
madhan ravi 2020 年 6 月 7 日
Remove sprintf()
  13 件のコメント
madhan ravi
madhan ravi 2020 年 6 月 7 日
Thanks Steven.
abdul rehman
abdul rehman 2020 年 6 月 7 日
thanks Steven this was the actural issue. and sorry madhan

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by