rotate image using camup or cameraupvector
2 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (3 件)
Jan
2011 年 7 月 11 日
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 件のコメント
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
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!