Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
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 comentario
Tom Lane
Tom Lane el 21 de Abr. de 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?

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by