Guide: Warning: While loading an object of class 'timer'
5 次查看(过去 30 天)
显示 更早的评论
Dear all,
I have created a GUI using GUIDE and worked on it for weeks without problems. Today all of a sudden, I get the following warning 4 times when only opening in in GUIDE:
Warning: While loading an object of class 'timer':
Cell contents reference from a non-cell array object.
> In /Applications/MATLAB_R2012a.app/toolbox/matlab/graphics
/hgload.p>localLoadFile at 167
In /Applications/MATLAB_R2012a.app/toolbox/matlab/graphics/hgload.p>hgload at 59
In guidefunc>newGuideFig at 2262
In guidefunc>readSavedFigure at 2669
In guidefunc at 113
In guide at 134
When I finally run it, it takes much longer to open then before.
Has anybody ever encountered a similiar problem?
Regards, Sebastian
2 个评论
Walter Roberson
2012-7-18
Are you running the .m file, or are you double-clicking the .fig file to try to run the GUI ?
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!