How to end the running of a script in a subfunction?
Mostra commenti meno recenti
I use matlab 2014b where the script and function are in different m files. Is it possible to end the running of the script in a function?
Risposta accettata
Più risposte (1)
madhan ravi
il 3 Dic 2018
function...
input('just press control + c to stop script')
end
Categorie
Scopri di più su File Operations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!