3D data space coordinates to normalized figure coordinates conversion

バージョン 1.2.0.0 (4.06 KB) 作成者: MinLong Kwong
Like dsxy2figxy or ds2nfu, also work for 3D axes. An utility function to help annotation.
ダウンロード: 839
更新 2013/10/21

ライセンスの表示

While using annotation function, you may want to transform data space coordinates to normalized figure coordinates.
If you are using 2D axes you can use dsxy2figxy or ds2nfu. But they can't work at 3D axes.
And this utility function do this. It can work for 3D axes and 2D axes as well.
I try to make it work for any axes setting, and now it can work for the following conditions:
1, 'Projection' can be 'orthographic' or 'perspective'.
2, arbitrary rotate the axes, even the up vector is not [0 0 1].
3, any valid 'DataAspectRatio' and 'PlotBoxAspectRatio'.
4, 'XDir' can be 'normal' or 'reverse'.
5, 'XScale' can be 'linear' or 'log'.
6, modify axes property by other function like 'axis', 'view', camroll', etc.

引用

MinLong Kwong (2024). 3D data space coordinates to normalized figure coordinates conversion (https://www.mathworks.com/matlabcentral/fileexchange/43896-3d-data-space-coordinates-to-normalized-figure-coordinates-conversion), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersInteractive Control and Callbacks についてさらに検索
タグ タグを追加
謝辞

ヒントを得たファイル: Data space to figure units conversion

ヒントを与えたファイル: data-explore, MATLAB Diagrams, ThreeVector

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

Update description.

1.0.0.0