Azzera filtri
Azzera filtri

Figure that pop up when requested.

2 visualizzazioni (ultimi 30 giorni)
Tamfor Dulin
Tamfor Dulin il 22 Ago 2015
Commentato: Image Analyst il 24 Ago 2015
Pretty much a figure that pop up like a warning dialog when needed. For example if I press a button and the figure is already open somewhere, the figure should pop up again.

Risposta accettata

Jan
Jan il 22 Ago 2015
The command figure(FigureHandle) moves the figure to the top, if FigureHandle is an existing figure.
  3 Commenti
Walter Roberson
Walter Roberson il 22 Ago 2015
Yes, especially when h was stored some time before using figure()
Walter Roberson
Walter Roberson il 22 Ago 2015
You might want to check whether the handle is still a figure by using ishandle() -- or better yet if you are using a new enough version, isgraphics()

Accedi per commentare.

Più risposte (1)

Image Analyst
Image Analyst il 22 Ago 2015
How about
uiwait(warndlg(yourMessage));
  2 Commenti
Tamfor Dulin
Tamfor Dulin il 22 Ago 2015
Well I would like to make my own custom created figure to pop up

Accedi per commentare.

Categorie

Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by