Azzera filtri
Azzera filtri

Create mask of 3D matrix with zeros function

59 visualizzazioni (ultimi 30 giorni)
Emily Boylan
Emily Boylan il 19 Ott 2018
Risposto: Mirza Etnisa il 6 Giu 2022
How would I create a mask of a 3D matrix with the zeros function?

Risposte (2)

KSSV
KSSV il 19 Ott 2018
Let me,n,p be your dimensions you need.
A = zeros(m,n,p);

Mirza Etnisa
Mirza Etnisa il 6 Giu 2022
A=zeros(2,3,4)

Categorie

Scopri di più su Author Block Masks in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by