What does zeros(2,3,4) mean?
Mostrar comentarios más antiguos
what does zeros(2,3,4) mean?
2 comentarios
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?
Sabrina Gaitan
el 24 de Sept. de 2020
rude^
Respuestas (1)
James Tursa
el 8 de Abr. de 2019
Editada: James Tursa
el 8 de Abr. de 2019
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.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!