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

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

제품

태그

질문:

2014년 11월 6일

댓글:

2014년 11월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by