Pop-up GUI from main GUI

2 views (last 30 days)
Rui
Rui on 18 Oct 2013
Commented: Rui on 18 Oct 2013
Hi guys,
I've got a GUI with tables, axes, buttons and so on. The axes are plotting streaming data via a timer, which yet I'm not sure to be the best way to do it.
Anyway, one of the buttons pop-up a new GUI, with just two 'yes' or 'no' buttons for confirmation.
When this GUI appears, its background changes automatically and acquires the plot happening at the same time in axes.
Why do this happens and what can I do to solve it?
Many thanks, Rui

Accepted Answer

Walter Roberson
Walter Roberson on 18 Oct 2013
  1 Comment
Rui
Rui on 18 Oct 2013
Thanks for the tip.
There was missing handles.axes on plot(<handles.axes>,...).

Sign in to comment.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps 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!