use same 3d view in different plots in gui

4 ビュー (過去 30 日間)
VisLab
VisLab 2011 年 11 月 8 日
Hi,
I'm trying to use the same 3d view after rotations in different plots (i'm using surf() ) in the same gui. Couldnt find anything concerning this. Can anyone help me ?
thks in advance

採用された回答

Fangjun Jiang
Fangjun Jiang 2011 年 11 月 8 日
If you want to use the same 3-D graph viewpoint specification, use the same input arguments in view().
If you want to plot the same data in different axes, you can use surf() with the same data in different axes. Or you can save the handle h=surf() and then use copyobj().
  1 件のコメント
VisLab
VisLab 2011 年 11 月 8 日
the view() solved it. thks

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLighting, Transparency, and Shading についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by