Savecampos-Loadcampos

バージョン 1.0.0.0 (1.41 KB) 作成者: Bertrand Dano
Save & load all camera parameters for re-plotting 3D data or comparison.
ダウンロード: 877
更新 2009/7/5

ライセンスの表示

Savecampos record all the camera viewpoint parameters and save them into a file. This parameters can be loaded with loadcampos with the same data set when reploted, or with a different data set for comparison. The number of saved viewpoint is unlimited.

Example:
[X,Y,Z] = peaks(30);

subplot(1,2,1)
mesh(X,Y,Z,'edgecolor','k')
%savecampos(1) % do this one time only.
loadcampos(1)

subplot(1,2,2)
surfc(X,Y,Z)
loadcampos(1)

引用

Bertrand Dano (2024). Savecampos-Loadcampos (https://www.mathworks.com/matlabcentral/fileexchange/24644-savecampos-loadcampos), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R13SP1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCamera Views についてさらに検索

Community Treasure Hunt

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

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