Which view should I use with vis3d?

13 visualizaciones (últimos 30 días)
Jonathan
Jonathan el 18 de Sept. de 2012
I plot 3D data, then make a movie where each frame is the same plot at different views. It is important for (i) the axes proportions to be the same on every frame, and (ii) the entire axes to be visible on every frame.
To accomplish (i), I use 'axis vis3d'. To sort-of accomplish (ii), I use 'view([45 30])' before calling 'axis vis3d'. This works in most cases, but not all. In other words, after doing the above there are some plots for which at least one pair (az, el) obscures part of the axes after calling 'view([az el])'. The obscured part of the axes is outside the bounds of the figure.
I would like to have the largest axes that is fully visible from all views after a call to 'axis vis3d'. Any ideas?
Thanks, Jonathan

Respuestas (0)

Categorías

Más información sobre Visual Exploration en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by