Stopping a Matlab code using a push button in appdesigner
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Luis Ricardo Rivera Goitia
il 30 Mar 2023
Risposto: Mario Malic
il 30 Mar 2023
I would like to know what is the code that I need to write down in appdesigner when using a push button to stop a matlab program previously run.
0 Commenti
Risposta accettata
Mario Malic
il 30 Mar 2023
Hello,
It depends on how your code is written, so I can't provide any code.
You can use a state button component. Your code has to check periodically the state of the button and stop the execution if its value is true.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Downloads 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!