Which view should I use with vis3d?

11 次查看(过去 30 天)
Jonathan
Jonathan 2012-9-18
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 个)

类别

Help CenterFile Exchange 中查找有关 Visual Exploration 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by