How to end the running of a script in a subfunction?
Show older comments
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?
Accepted Answer
More Answers (1)
madhan ravi
on 3 Dec 2018
function...
input('just press control + c to stop script')
end
Categories
Find more on File Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!