how create an array 33x2000?

hello users!
Sorry to ask, but I wonder how do I create an array with dimensions 33X2000?

 Risposta accettata

James Tursa
James Tursa il 6 Nov 2014
Modificato: James Tursa il 6 Nov 2014
A = zeros(33,2000);
A = ones(33,2000);
A = nan(33,2000);
etc.

1 Commento

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

Accedi per commentare.

Più risposte (0)

Prodotti

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by