Hi, I have save matrix's in a variable like Y{1} Y{2} Y{3} Y {4}. up to 100. Each of them consist of 12x50. I want to make a matrix in which all Y are included. Please Help

1 visualización (últimos 30 días)
I have a matrix of (500*1000). Each value is an annual data. By using Formula, I converted each value into (12*1). To each column is given me (12*500) which i saved like Y{1}, Y{2},...... Y{k}. Now I need a single matrix so that I can used it for calculation. I am first time asking Question here. Thank you
  2 comentarios
jgg
jgg el 22 de En. de 2016
Can you be more clear? What does the code you've posted have to do with your problem? How do you want to combine the Y matrices?
Obaidullah Mohiuddin
Obaidullah Mohiuddin el 22 de En. de 2016
I have a matrix of (500*1000). Each value is an annual data. By using Formula, I converted each value into (12*1). To each column is given me (12*500) which i saved like Y{1}, Y{2},...... Y{k}. Now I need a single matrix so that I can used it for calculation. I am first time asking Question here. Thank you

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 22 de En. de 2016
cat(3,Y{:})
to produce a 12 x 50 x 100 array
  3 comentarios

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Data Types en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by