Savecampos-Loadcampos
版本 1.0.0.0 (1.4 KB) 作者:
Bertrand Dano
Save & load all camera parameters for re-plotting 3D data or comparison.
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 (2025). Savecampos-Loadcampos (https://www.mathworks.com/matlabcentral/fileexchange/24644-savecampos-loadcampos), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R13SP1
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Camera Views 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |