a= rand(1,1);
while a-b+2 ~= 0
a = a +0.1;
end
After taking inputs from user in b, how to add a pause button ?

 Réponse acceptée

Walter Roberson
Walter Roberson le 10 Oct 2021

0 votes

pause() , keyboard(), menu(), questdlg()

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by