MATLAB: How can i open the *.fig that was saved on R2016b in R2008b

error in opening fig

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

Best Answer

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.