Detect figure or uifigure from the handle?
Show older comments
Simple question: How can I detect if the handle of Type 'figure' corresponds to a figure or uifigure?
Accepted Answer
More Answers (1)
Voss
on 15 Sep 2023
Where f is your figure or uifigure handle:
matlab.ui.internal.isUIFigure(f)
1 Comment
Bruno Luong
on 15 Sep 2023
Categories
Find more on Develop Apps Programmatically in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!