Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
error in if condition
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!