필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How I can create matrices from a cell with a loop if the dimensions of matrices are not consistent?

조회 수: 1 (최근 30일)
Dear All,
I have an out(301,1) cell which contains data in function of longitude, latitude and time in each months from 1961 to 1990. The longitude and latitude dimensions are same but the time is different because its lenght depends on the number of days of months. So the out cell looks like: out = {(464x201x31), (464x201x28), (464x201x31), (464x201x30)...}. Could someone write me how I could create matrices from this cell with a loop?
  댓글 수: 1
Tom Lane
Tom Lane 2015년 4월 21일
It's not clear to me how you intend to combine these cell array elements (or even if you intend to combine them). What is the size of the matrix that you want to create?

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by