Transform a Numpy array of a mask

1 visualización (últimos 30 días)
Juan Pablo Rueda Barrios
Juan Pablo Rueda Barrios el 24 de Jul. de 2021
Respondida: darova el 24 de Jul. de 2021
Hi! So i am trying to Transform a 1022x1022x3 that contain [boolean , boolean , boolean] elements to a 1022x1022x1 that only contains the boolean at Position [1]. how could I so this?

Respuesta aceptada

darova
darova el 24 de Jul. de 2021
Assume A is your 3D matrix (1024x1024x3)
A1 = A(:,:,1); % extract first matrix

Más respuestas (0)

Categorías

Más información sobre Elementary Math en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by