Info

This question is closed. Reopen it to edit or answer.

GUI Push button problem

3 views (last 30 days)
aya
aya on 16 Jul 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
I have a GUI with a push button called display network I want it to display a certain figure when I push it but the figure is already created and displayed before I can push the button how to stop displaying it normally and display the figure only when the button is pushed
  2 Comments
Jasmine
Jasmine on 16 Jul 2014
Please show me your code, and I'll see if I can help.
Sara
Sara on 16 Jul 2014
Move the part that plot the figure in the callback of the pushbutton from wherever it is now

Answers (0)

Community Treasure Hunt

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

Start Hunting!