Be the first to rate this file! 2 Downloads (last 30 days) File Size: 1.41 KB File ID: #24644
image thumbnail

Savecampos-Loadcampos

by Bertrand Dano

 

05 Jul 2009

Save & load all camera parameters for re-plotting 3D data or comparison.

| Watch this File

File Information
Description

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)

MATLAB release MATLAB 6.5.1 (R13SP1)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
3d plot Bertrand Dano 06 Jul 2009 12:07:02
camera viewpoint Bertrand Dano 06 Jul 2009 12:07:02
visualization Bertrand Dano 06 Jul 2009 12:07:02

Contact us at files@mathworks.com