Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

help in dwt water marke

1 visualización (últimos 30 días)
azz taha
azz taha el 25 de Feb. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Error using reshape To RESHAPE the number of elements must not change.
Error in Untitled (line 17) message_vector=round(reshape(message,Mm*Nm,1)./256);

Respuestas (1)

Walter Roberson
Walter Roberson el 25 de Feb. de 2017
Whatever your Mm and Nm are, they do not multiply out to numel(message)
You should compare numel(message) to Mm * Nm

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by