Matlab 2013 GUI handles returns a number rather then UIC

2 views (last 30 days)
h=plot(1:10)
h =
1.0103

Answers (1)

Jan
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
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.

Sign in to comment.

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!