Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
error in if condition
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Why the code is giving error
digits(2)
a=vpa(rand(1));
if a>0.5
disp('the value is false')
else
disp('true')
end
1 comentario
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!