How to get currently opened XY slice in volumeViewer app using code to use that slice in further process?
1 次查看(过去 30 天)
显示 更早的评论
回答(1 个)
shubham kumar gupta
2022-11-22
figure, imagesc(squeeze(A1(:,200,:)))
colormap jet
title('YZ Plane')
figure, imagesc(squeeze(A1(:,:,200)))
colormap jet
title('XZ Plane')
or
you can use this method
volshow()
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Basic Display 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!