Conversion of Matrix dimensions
Mostrar comentarios más antiguos
Hi
I have a matrix 81 by 81 i.e.
1 2 . . 81
1 a1,1 a1,2 a1,81
.
.
81 a81,1 a81,81
I need to convert it to a matrix of order 6561 (81*81) by 2 i.e.
1=a1,1
2=a1,2
. .
81=a81,81
Any help in this regard would be greatly appreciated. Thanks in advance.
4 comentarios
Image Analyst
el 17 de Mayo de 2015
I don't know what that means. Please give a small example, like a 4 by 4 with actual numbers of the input array and desired output array.
Stephen23
el 17 de Mayo de 2015
The first matrix has 6561 elements, the output one is shown with 81 elements. What happens to the rest of them?
Fayyaz
el 17 de Mayo de 2015
Fayyaz
el 17 de Mayo de 2015
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Matrices and Arrays en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
