Transform a Numpy array of a mask

조회 수: 1 (최근 30일)
Juan Pablo Rueda Barrios
Juan Pablo Rueda Barrios 2021년 7월 24일
답변: darova 2021년 7월 24일
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?

채택된 답변

darova
darova 2021년 7월 24일
Assume A is your 3D matrix (1024x1024x3)
A1 = A(:,:,1); % extract first matrix

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Elementary Math에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by