how create an array 33x2000?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Carlos Batista
el 6 de Nov. de 2014
Comentada: Carlos Batista
el 6 de Nov. de 2014
hello users!
Sorry to ask, but I wonder how do I create an array with dimensions 33X2000?
0 comentarios
Respuesta aceptada
James Tursa
el 6 de Nov. de 2014
Editada: James Tursa
el 6 de Nov. de 2014
A = zeros(33,2000);
A = ones(33,2000);
A = nan(33,2000);
etc.
Más respuestas (0)
Ver también
Categorías
Más información sobre NetCDF en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!