Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
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 Kommentar
Tom Lane
Tom Lane am 21 Apr. 2015
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?

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by