Cancel Matlab execution from GUI
Show older comments
Hello, I'd like to create a desktop standalone application with a button which will cancel or stop the current execution. The only solution I found is throwing
error('Interrupted by user');
but it does not work when I packaged the app.
Any other suggestions? Thank you.
Accepted Answer
More Answers (0)
Categories
Find more on Application Deployment in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!