how create an array 33x2000?

1 回表示 (過去 30 日間)
Carlos Batista
Carlos Batista 2014 年 11 月 6 日
コメント済み: Carlos Batista 2014 年 11 月 6 日
hello users!
Sorry to ask, but I wonder how do I create an array with dimensions 33X2000?

採用された回答

James Tursa
James Tursa 2014 年 11 月 6 日
編集済み: James Tursa 2014 年 11 月 6 日
A = zeros(33,2000);
A = ones(33,2000);
A = nan(33,2000);
etc.
  1 件のコメント
Carlos Batista
Carlos Batista 2014 年 11 月 6 日
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

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNetCDF についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by