What does zeros(2,3,4) mean?

what does zeros(2,3,4) mean?

2 comentarios

Guillaume
Guillaume el 8 de Abr. de 2019
How hard is it to type
zeros(2, 3, 4)
in the command window and observe the result?
Or read the zeros documentation?
Sabrina Gaitan
Sabrina Gaitan el 24 de Sept. de 2020
rude^

Iniciar sesión para comentar.

Respuestas (1)

James Tursa
James Tursa el 8 de Abr. de 2019
Editada: James Tursa el 8 de Abr. de 2019

1 voto

It creates a double array of dimensions 2 x 3 x 4 filled with 0's.
doc zeros

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 8 de Abr. de 2019

Comentada:

el 24 de Sept. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by