Why am I unable to load a previously saved .FIG-file in MATLAB 7.10 (R2010a)?
Show older comments
I am trying to open a figure I have previously saved as a .FIG-file. When I try to open it I receive the following error:
??? Error using ==> get
There is no 'WindowStyle' property in the 'surfaceplot' class.
Error in ==> openfig at 108
if ~(strcmpi(get(fig(n), 'WindowStyle'), 'docked'))
What can I do to open the figure correctly?
Accepted Answer
More Answers (0)
Categories
Find more on Printing and Saving 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!