I was wondering if there is any way to set the point of view when visualizing point cloud in Matlab.
To show a point cloud I know you can do and use the mouse to move the 3D object:
pc = pointCloud(rand(100,3,'single'));
pcshow(pc);
But how do you set the point of view beforehand?