Effacer les filtres
Effacer les filtres

How to get currently opened XY slice in volumeViewer app using code to use that slice in further process?

1 vue (au cours des 30 derniers jours)
Capture.PNG

Réponses (1)

shubham kumar gupta
shubham kumar gupta le 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()

Catégories

En savoir plus sur Colormaps dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by