Savecampos-Loadcampos

Save & load all camera parameters for re-plotting 3D data or comparison.
877 descargas
Actualizado 5 jul 2009

Ver licencia

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)

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R13SP1
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Camera Views en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0