how create an array 33x2000?

1 vue (au cours des 30 derniers jours)
Carlos Batista
Carlos Batista le 6 Nov 2014
hello users!
Sorry to ask, but I wonder how do I create an array with dimensions 33X2000?

Réponse acceptée

James Tursa
James Tursa le 6 Nov 2014
Modifié(e) : James Tursa le 6 Nov 2014
A = zeros(33,2000);
A = ones(33,2000);
A = nan(33,2000);
etc.
  1 commentaire
Carlos Batista
Carlos Batista le 6 Nov 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

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by