rotate image using camup or cameraupvector
이전 댓글 표시
I want to rotate image using camup or setting cameraupvector of current axes but as I apply this transformation axes labels rotate but image disappear.Since I have other entities also on same axes therefore I cant apply imrotate. Any suggestions
답변 (3개)
Jan
2011년 7월 11일
1 개 추천
Images displayed by IMAGE or IMSHOW cannot be rotated. They are displayed only in a pure 2D view with standard orientation.
You can create a PATCH, which contains the image as CData or FaceVertexCData. Or a SURFACE with the FaceColor property set to 'texturemap' and the image stored in the CData. Both objects can be rotated freely.
댓글 수: 2
Gaurav Gupta
2011년 7월 18일
Jan
2011년 7월 18일
@Gaurav: I've added a link to a nice FEX submission, which implements the display of images in 3D.
Sean de Wolski
2011년 7월 18일
Use slice to plot your image. It can then be rotated at will.
doc slice
카테고리
도움말 센터 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!