Which view should I use with vis3d?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!