Borrar filtros
Borrar filtros

How do I make a 3 dimensional matrix?

1 visualización (últimos 30 días)
Anna
Anna el 7 de Ag. de 2014
Respondida: Image Analyst el 7 de Ag. de 2014
nothing more to add to the question!

Respuestas (1)

Image Analyst
Image Analyst el 7 de Ag. de 2014
How about one of these
array3d = zeros(2,3,4);
array3d = ones(2,3,4);
array3d = rand(2,3,4);

Community Treasure Hunt

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

Start Hunting!

Translated by