how create an array 33x2000?

2 次查看(过去 30 天)
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 个)

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by