Borrar filtros
Borrar filtros

how to Convert matrix to different dimension

2 visualizaciones (últimos 30 días)
OriAlpha
OriAlpha el 11 de Dic. de 2018
Respondida: Walter Roberson el 11 de Dic. de 2018
Hello,
i have a matrix of 1 row and 75 columns
but i want to covert into 25 rows and 3 columns,
that in this format
1st,2nd,3rd
4th,5th,6th
7th,8th,9th
so how can i convert that
for refence i have attached the file below

Respuesta aceptada

Walter Roberson
Walter Roberson el 11 de Dic. de 2018
reshape(F_01, 3, 25).'

Más respuestas (1)

madhan ravi
madhan ravi el 11 de Dic. de 2018
reshape(yourmatrix,25,[])

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by