Borrar filtros
Borrar filtros

Create mask of 3D matrix with zeros function

59 visualizaciones (últimos 30 días)
Emily Boylan
Emily Boylan el 19 de Oct. de 2018
Respondida: Mirza Etnisa el 6 de Jun. de 2022
How would I create a mask of a 3D matrix with the zeros function?

Respuestas (2)

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

Mirza Etnisa
Mirza Etnisa el 6 de Jun. de 2022
A=zeros(2,3,4)

Categorías

Más información sobre Author Block Masks en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by