R2014b: warning message when opening .fig of previous releases
2 次查看(过去 30 天)
显示 更早的评论
Hi,
with R2014b I have a problem in opening .fig figure files created and saved in previous releases of Matlab.
I have several Matlab releases installed on my PC. If I try to open a simple figure (axis and legend for example) saved within R2014a, for example, I get the following warning:
Warning: Could not find appropriate function on path loading function handle C:\Program Files\MATLAB\R2014a\toolbox\matlab\scribe\@scribe\@legend\methods.m>ploteditbup
> In FigFile.read at 38
In C:\Program Files\MATLAB\R2014b\toolbox\matlab\graphics\+matlab\+graphics\+internal\+figfile\@FigFile\FigFile.p>FigFile.FigFile at 104
In C:\Program Files\MATLAB\R2014b\toolbox\matlab\graphics\private\loadFigure.p>loadFigure at 31
In openfig>localOpenFigure at 67
In openfig at 47
In open at 158
In uiopen at 167
The figures then opens correctly. The same thing happens with figures saved in R2013b and so on... it seems to search to opend the fig by referring to a function in the path of the "original" version without finding it (I suppose due to the new HG2!).
Do you have an idea how to solve this issue? Could you please try to open the attached Test.fig to check if you get the same worning in R2014b?
thank you!
0 个评论
回答(4 个)
Walter Roberson
2015-12-22
When you create a legend() in R2014a and earlier, callbacks are defined for parts of the legend. In particular, a callback is defined for Button Up on the text that is created for the legends. The associated callback is to trigger plot edit mode, to allow you to edit the text of the legends.
The implementation of legends is very different in R2014b and later, and it appears that they did not retain all of the old files for backwards compatibility.
I do not know whether Mathworks implemented any kind of migration strategy for .fig and forgot this, or if it is a more general problem. At the very least double click on the text of a legend can be expected to fail.
Short term user solution: ignore the problem
Longer term user solution: remake the figure in R2014b or later.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!