Borrar filtros
Borrar filtros

How to combine row matrices to form table?

1 visualización (últimos 30 días)
Parthu P
Parthu P el 2 de Jun. de 2020
Comentada: Image Analyst el 2 de Jun. de 2020
Hi,
I have 1500 row matrices each contain 3 columns (1x3 matrix). How could I combine each 1x3 matrix into one table of 1500x3?
Thanks in advance for help.

Respuestas (1)

madhan ravi
madhan ravi el 2 de Jun. de 2020
table(matrix) % where matrix is of size 15e2 X 3
  2 comentarios
Parthu P
Parthu P el 2 de Jun. de 2020
Many thanks for reply. This is actually next step.
How could I create a 1500x3 matrix from 1500 separate row matrices?
Thanks.
Image Analyst
Image Analyst el 2 de Jun. de 2020
You've got to be kidding me! You have 1500 separate vectors, with different names?
It's best to avoid that situation right from the start or else you'll be having to do something really kludgy to get them into a 1500x3 matrix.

Iniciar sesión para comentar.

Categorías

Más información sobre Logical 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