Matlab 2013 GUI handles returns a number rather then UIC
2 views (last 30 days)
Show older comments
h=plot(1:10)
h =
1.0103
1 Comment
Answers (1)
Jan
on 24 Apr 2017
Edited: Jan
on 24 Apr 2017
Exactly. This is the expected behavior. Since R2014b the graphic handles have been unique double numbers.
1 Comment
Steven Lord
on 24 Apr 2017
Prior to the introduction of the new graphics system in release R2014b, graphics object handles were double precision numbers. In the new graphics system, graphics object handles are handle objects.
See Also
Categories
Find more on Introduction to Installation and Licensing 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!