How to get currently opened XY slice in volumeViewer app using code to use that slice in further process?
    8 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    

0 comentarios
Respuestas (1)
  shubham kumar gupta
      
 el 22 de Nov. de 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 comentarios
Ver también
Categorías
				Más información sobre Blue en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

