필터 지우기
필터 지우기

Create mask of 3D matrix with zeros function

조회 수: 59 (최근 30일)
Emily Boylan
Emily Boylan 2018년 10월 19일
답변: Mirza Etnisa 2022년 6월 6일
How would I create a mask of a 3D matrix with the zeros function?

답변 (2개)

KSSV
KSSV 2018년 10월 19일
Let me,n,p be your dimensions you need.
A = zeros(m,n,p);

Mirza Etnisa
Mirza Etnisa 2022년 6월 6일
A=zeros(2,3,4)

카테고리

Help CenterFile Exchange에서 Author Block Masks에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by