Create mask of 3D matrix with zeros function
Afficher commentaires plus anciens
How would I create a mask of a 3D matrix with the zeros function?
Réponses (2)
KSSV
le 19 Oct 2018
Let me,n,p be your dimensions you need.
A = zeros(m,n,p);
Mirza Etnisa
le 6 Juin 2022
0 votes
A=zeros(2,3,4)
Catégories
En savoir plus sur Author Block Masks dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!