how create an array 33x2000?

1 visualización (últimos 30 días)
Carlos Batista
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?

Respuesta aceptada

James Tursa
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.
  1 comentario
Carlos Batista
Carlos Batista el 6 de Nov. de 2014
Thanks, James Tursa!
I am new user in matlbat and am generating some output in netcdf. I made the array to allocate my data! I hope that this step occurs alright !!
Thanks! Carlos

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by