How to show a figure automatically when it is docked?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi everyone,
I set my code for automatically dock my figures, but when the figures are generated, the user interface still shows the editor but no the generated figure.
Does anybody know how to display the docked figure automatically when it is generated?
0 Commenti
Risposte (1)
Sahithi Kanumarlapudi
il 7 Nov 2019
As said here focus can be set to a figure by passing the figure’s handle to the ‘figure()’ function.
Hope this helps!
0 Commenti
Vedere anche
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!