How to get currently opened XY slice in volumeViewer app using code to use that slice in further process?
1 view (last 30 days)
Show older comments
0 Comments
Answers (1)
shubham kumar gupta
on 22 Nov 2022
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 Comments
See Also
Categories
Find more on Basic Display in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!