Code covered by the BSD License  

Highlights from
movieAz360

from movieAz360 by Olivier Salvado
Flying around movie.

example.m
[X,Y] = meshgrid(-3:.125:3);
Z = peaks(X,Y);
surfl(X,Y,Z);
axis vis3d
axis off
movieAz360(50,'test.avi',100);

Contact us