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 日

0 投票

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 件)

カテゴリ

製品

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by