Following True or False?
Afficher commentaires plus anciens
Consider the following example. a and b are two random variables. The loop will exit if and only if a+b=1. Is it true or false?
a=rand;
b=rand;
while(a+b == 1)
a=rand;
b=rand;
end
1 commentaire
Sabarinathan Vadivelu
le 27 Août 2012
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Electrical Block Libraries dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!