Reshape array 3 variables into 2?
Mostrar comentarios más antiguos
Hi,
I have an array of A=1x100x50.
How can I reshape it in B=100x50?
I have tried with
B=reshape(A,[100, 50]);
But I get the error message
Error using reshape To RESHAPE the number of elements must not change.
Thanks in advance for your reply.
Respuesta aceptada
Más respuestas (1)
Abhishek Ballaney
el 30 de En. de 2018
0 votos
https://in.mathworks.com/help/matlab/ref/reshape.html
Categorías
Más información sobre Multidimensional 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!