Filter löschen
Filter löschen

how create an array 33x2000?

1 Ansicht (letzte 30 Tage)
Carlos Batista
Carlos Batista am 6 Nov. 2014
Kommentiert: Carlos Batista am 6 Nov. 2014
hello users!
Sorry to ask, but I wonder how do I create an array with dimensions 33X2000?

Akzeptierte Antwort

James Tursa
James Tursa am 6 Nov. 2014
Bearbeitet: James Tursa am 6 Nov. 2014
A = zeros(33,2000);
A = ones(33,2000);
A = nan(33,2000);
etc.
  1 Kommentar
Carlos Batista
Carlos Batista am 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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Object Programming finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by