How do I link/lock multiple axis so that they all rotate simultaneously?

39 ビュー (過去 30 日間)
Fabian Gock
Fabian Gock 2018 年 8 月 6 日
編集済み: Adam Danz 2022 年 3 月 9 日
I have two sets of axis in one figure and I want to use my mouse to 3D-rotate the plots. The Axis are aligned using linkaxes() and ax1.Position = ax2.Position
The problem is, that only one plot is rotating at a time.
I used two axis, because I want a different colormap on each one.
Thanks for any suggestions! -Fabian

採用された回答

Jan
Jan 2018 年 8 月 6 日
The 'Position' property is the location relative to the figure. But you want to control the 'CameraPosition', 'CameraTarget', 'CameraUpVector' and 'CameraViewAngle'. Use linkaxes to link them.
  3 件のコメント
Fabian Gock
Fabian Gock 2018 年 8 月 6 日
編集済み: Adam Danz 2022 年 3 月 9 日
I solved it with
linkprop([ax2 ax1], {'View', 'XLim', 'YLim', 'ZLim'})
Thanks :)
M Carpenter
M Carpenter 2019 年 5 月 20 日
This was very helpful, thank you Fabian and Jan!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeographic Plots についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by