Viewing three dimensional matrix

Suppose I have a 3D matrix A(i,j,k). Suppose I want to view a 2 matrix A(1,:,:). Please advise.

Respuestas (1)

Rik
Rik el 31 de Mzo. de 2018
Something like this maybe?
imshow(squeeze(A(1,:,:)))
imshow might even be smart enough not to need squeeze.

2 comentarios

alpedhuez
alpedhuez el 31 de Mzo. de 2018
Let me work on it.
Rik
Rik el 9 de Abr. de 2018
Was this what you meant? Did it work?

Iniciar sesión para comentar.

Categorías

Productos

Etiquetas

Preguntada:

el 31 de Mzo. de 2018

Comentada:

Rik
el 9 de Abr. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by