フィルターのクリア

Objects hidden in figures

2 ビュー (過去 30 日間)
Jim Hokanson
Jim Hokanson 2014 年 10 月 29 日
編集済み: Jim Hokanson 2014 年 10 月 30 日
I store an object instance in a figure after loading the object.
setappdata(obj.fig_handle,'obj',obj);
I accidentally saved the figure. Now the object seems to be loaded when the figure gets loaded, but I can't seem to find out how to remove it and resave the figure.
The reason I think it is being loaded with the figure is that it contained references to objects which have deleted methods. These delete methods are being called when I close the figure, even though I've never loaded the objects (in the current session).
Where are the references to these objects? I'd like to delete them and then resave the figure. I've checked appdata but nothing appears to be there.
Thanks, Jim

回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by