Filter löschen
Filter löschen

GUIDE: findobj() results in handle to deleted Line

1 Ansicht (letzte 30 Tage)
Hans Sunaryanto
Hans Sunaryanto am 26 Aug. 2019
Kommentiert: Rik am 26 Aug. 2019
Hi All,
I'm trying to extract line information from two different plots in GUIDE. My approach is to plot the first -> save it into base workspace -> switch axes -> plot the second -> save it into base workspace
Once this is done, I then tried to check if this works using the following function:
a = findobj(handles.axes1, 'Type', 'Line')
b = findobj(handles.axes2, 'Type', 'Line')
b does give a result, however a would give the following error:
'handle to deleted Line'
Any idea for any workaround?
Thanks!

Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by