フィルターのクリア

How can you twll within Matlab code when a render is done?

3 ビュー (過去 30 日間)
Darin
Darin 2014 年 12 月 20 日
コメント済み: Darin 2015 年 8 月 19 日
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

採用された回答

Jan
Jan 2014 年 12 月 21 日
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.
  1 件のコメント
Darin
Darin 2015 年 8 月 19 日
Thanks- ActionPostCallback is the key!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeVisual Exploration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by