Borrar filtros
Borrar filtros

Error using reshape To RESHAPE the number of elements must not change.

5 visualizaciones (últimos 30 días)
please help me. how to fix it ?

Respuestas (2)

KSSV
KSSV el 27 de Dic. de 2016
When you try to reshape a given matrix into another matrix, the total number of elements should not change, if not it will throw an error. In your case check numel(y) and xb*64 they must be equal for successful reshape.
  4 comentarios
Andi Juwandi Karmita
Andi Juwandi Karmita el 30 de Dic. de 2016
I can not seem to find it . Can you give the exact answer sir? thanks before
Image Analyst
Image Analyst el 30 de Dic. de 2016
Attach both your .mat file and your .m file with the paper clip icon so we can debug it for you. http://blogs.mathworks.com/videos/2012/07/03/debugging-in-matlab/

Iniciar sesión para comentar.


alok dhaundiyal
alok dhaundiyal el 17 de Nov. de 2020
Can we not use Identity matrix to rescale it?

Categorías

Más información sobre Image Segmentation and Analysis 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