App Designer terminate an execution of a function
You are now following this question
- You will see updates in your followed content feed.
- You may receive emails, depending on your communication preferences.
An Error Occurred
Unable to complete the action because of changes made to the page. Reload the page to see its updated state.
0 votes
Share a link to this question
Accepted Answer
1 vote
- Add a StateButton named "Stop" (or whatever you want to name it).
- Initialize the button's state as off either in Design Mode or in the startup: app.StopButton.Value=false
- Pass the app object into your external function.
- Add a condition that stops execution when the StateButton value is true and toggle the button back to it's default state.
- In some circumstances, you may need to add drawnow limitrate just before the conditional statement to force a graphics update so that the button state change is recognized.
- Define the flag as a public property of the app (see instructions) so the external function has access to the flag.
- Set the flag to false in the app's startup function: app.stopFlag = false;
- In a callback function that triggers termination, set the flag to true: app.stopFlag = true;
- Within the external (or internal) function, check the value of the flag in a conditional statement and use the same logic as above.
11 Comments
More Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Tags
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)