why this code not displaying else part
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
abdul rehman
am 7 Jun. 2020
Kommentiert: abdul rehman
am 7 Jun. 2020
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
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!