How to show a figure automatically when it is docked?
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Sahithi Kanumarlapudi
2019-11-7
As said here focus can be set to a figure by passing the figure’s handle to the ‘figure()’ function.
Hope this helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!