for loop forward and backward
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to make the loop below count increasingly (1,2,3,…) when I press the mouse button and count decreasingly (4,3,2,…) when if press a keyboard button?
for i = 1:10
disp( num2str( i ) );
w = waitforbuttonpress;
end
2 Commenti
John Chilleri
il 12 Gen 2017
This can be done with buttons created in a GUI, would that be adequate?
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!