How to get currently opened XY slice in volumeViewer app using code to use that slice in further process?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
![Capture.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/210009/Capture.png)
0 Kommentare
Antworten (1)
shubham kumar gupta
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu Basic Display finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!