Create mask of 3D matrix with zeros function

60 次查看(过去 30 天)
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