why this code not displaying else part
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
abdul rehman
el 7 de Jun. de 2020
Comentada: abdul rehman
el 7 de Jun. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!