Transform a Numpy array of a mask
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Juan Pablo Rueda Barrios
le 24 Juil 2021
Réponse apportée : darova
le 24 Juil 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?
0 commentaires
Réponse acceptée
darova
le 24 Juil 2021
Assume A is your 3D matrix (1024x1024x3)
A1 = A(:,:,1); % extract first matrix
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Elementary Math 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!