Following True or False?
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Electrical Block Libraries finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!