필터 지우기
필터 지우기

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 CenterFile Exchange에서 Graphics Object Programming에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by