Create mask of 3D matrix with zeros function
Show older comments
How would I create a mask of a 3D matrix with the zeros function?
Answers (2)
KSSV
on 19 Oct 2018
Let me,n,p be your dimensions you need.
A = zeros(m,n,p);
Mirza Etnisa
on 6 Jun 2022
0 votes
A=zeros(2,3,4)
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!