How can you twll within Matlab code when a render is done?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
This comes up when manually manipulating large surfaces drawn via trisurf.
It can take several seconds/minutes to redraw the figure after zooming (via the mag pointer) of moving the target point (via the hand pointer).
Rather than sitting there waiting, and having to remember the previous state to be sure it has changed, it would be helpful to have a way to know when the last render has completed.
Any hints?
Thanks
0 Kommentare
Akzeptierte Antwort
Jan
am 21 Dez. 2014
What do you mean by "know"?
You could add a beep command as the 'ActionPostCallback' of the zoom and pan object, see doc zoom and doc pan.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 3-D Scene Control 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!