error removing subplot listeners manager

1 回表示 (過去 30 日間)
Jim Hokanson
Jim Hokanson 2018 年 12 月 18 日
編集済み: Jim Hokanson 2018 年 12 月 18 日
After plotting some subplots I start to move around the axes (change position values). Normally this works fine but I'm running into an error with an invalid or deleted object in the matlab.graphics.internal.removeFromListeners function
The first part of the code fails at the delete command:
% Create subplot listeners to align plot boxes automatically
if isappdata(ax, 'SubplotDeleteListenersManager')
temp = getappdata(ax, 'SubplotDeleteListenersManager');
delete(temp.SubplotDeleteListener); %<= this is failing ...
rmappdata(ax, 'SubplotDeleteListenersManager');
end
What is this and why is it causing a problem?
Edit: I tried calling this code manually before the code that had been triggering it and it still fails. Seems like some sort of race condition or that rmappdata is not working as expected ...

回答 (0 件)

カテゴリ

Help Center および File ExchangeAxis Labels についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by