"hold on" equivalent in GUIDE
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Farbos de Luzan
am 21 Feb. 2018
Kommentiert: Rik
am 2 Mär. 2018
Hello all,
When I update my plot in GUIDE, the imline lines that were previously defined disappear. Is there a way to make them permanent by using an equivalent of "hold on"? Or do I have to re-plot, everything, every time I change something to my plot? Thank you in advance!
2 Kommentare
Adam
am 2 Mär. 2018
What do you mean by 'when I update my plot in GUIDE'? GUIDE is just a GUI design tool, it doesn't run anything or include plots in it.
Akzeptierte Antwort
Farbos de Luzan
am 2 Mär. 2018
1 Kommentar
Rik
am 2 Mär. 2018
My point holds for imline as well. You can specify a parent, so you should. Not specifying parent objects in GUIs will cause problems at some point that you will not be able to debug. It is a pain, but it is a vital step in finalizing code. Alternatively, you can force the axes to be the current axes with axes(handles.ax).
Weitere Antworten (1)
Rik
am 2 Mär. 2018
You should always specify the axes you want to affect, so you can use hold(handles.ax,'on').
GUIDE is just a shell around 'normal' Matlab, so anything that works as a function should work in a function created by GUIDE as well.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!