- by setting axes properties: have a look under the section entitled "View".
- by calling view function, which provides basic control over the azimuth and elevation of the viewpoint.
How to set the 3D rotation of a matlab graph using code
159 次查看(过去 30 天)
显示 更早的评论
set(gca, 'XLim', [-1.5 1.5], 'YLim', [0 4.0], 'ZLim', [-1.0 2.0]);
But can I set the 3D rotation of the graph?
I would like the 3D graph to show the view where you are looking parallel down the x axis, so you can only see the z,y plane. i.e - so it justs looks like a 2D graph.
I cant just use a normal 2D graph because I am using the skeleton_viewer simulink block from the kinect simulink support package. I am trying to modify the skeleton_viewer.m file so that the default view is just of the z,y plane.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!