how can i open my *.fig that was saved on R2016b in R2008b?

1 view (last 30 days)
hi
i cant open my figure that was saved on R2016b in Matlab 2008b
what should i do?
i have this error:
Warning: Could not find appropriate function on path loading function handle C:\Program
Files\MATLAB\R2016b\toolbox\matlab\scribe\+matlab\+graphics\+illustration\@ColorBar\doMethod.p>delete_self_cb
> In hgload at 43
In openfig at 72
In open at 153
In uiopen at 196
thnx

Accepted Answer

Walter Roberson
Walter Roberson on 25 Oct 2020
That is a warning not an error.
Your figure involves graphic objects that did not exist in the older release, so matlab is not going to be able to produce exact equivalents.
That warning is about colorbar, which in the older release was coded as an axes containing a surface (or perhaps patch, I would need to recheck) but in newer versions is a full graphics object.
  2 Comments
Arif
Arif on 25 Oct 2020
and what is your solution?
Maybe I have to change the Matlab to 2016b ver. ??
Walter Roberson
Walter Roberson on 25 Oct 2020
You would probably need at least R2014b.
It just might be the case that if you opened the figure in R2014b and re-saved it, that maybe R2008b would be able to handle the colorbar .

Sign in to comment.

More Answers (0)

Categories

Find more on Interactive Control and Callbacks 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!