Name

view — viewpoint property for 3 graphs

Calling Sequence

property/value pair

Description

The 'view',V property/value allows to set the viewpoint at infinity

  • in spherical coordinates : in this case V is a 2-vector 'view', [az;al]

  • in cartesian coordinates : in this case V is a 3-vector 'view', [x;y;z]

Examples

x=linspace(-1,1,20); y=linspace(-2,2,40);
deff('z=f(x,y)','z=x.^2-y.^2');
mesh(x,y,f,'view',[30 30])

Authors

Stéphane Mottelet