Uncategorized
Matlab: 3-D panning & gif
In Matlab you can specify the viewpoint of a 3D object with the view function. Combining a few selected view angles with an interpolant allows you to smoothly pan over an object. The code below explains how to do this and then how to make a gif out of the Read more…