I am try to put a stop button in app designer

24 次查看(过去 30 天)
Hi I have a few questions about the app designer
1.how can i give the user of GUI that I am creating the control to stop the code from running from a stop button
2.how can i either pause/stop the code in app desinger until the user decides on whether to save a picture or not to save a picture.
if the user decides to save the picture the gui continues if not the gui restarts

采纳的回答

Sai Bhargav Avula
Sai Bhargav Avula 2019-7-31
Using the callback property of the pushbutton you can change the condition of the of the code to stop/pause and resume the code.
The below link explains the details of how the callbacks needs to be implemented for each case.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by