Following True or False?
Mostrar comentarios más antiguos
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 comentario
Sabarinathan Vadivelu
el 27 de Ag. de 2012
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Electrical Block Libraries en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!