Info

此问题已关闭。 请重新打开它进行编辑或回答。

help in dwt water marke

1 次查看(过去 30 天)
azz taha
azz taha 2017-2-25
关闭: MATLAB Answer Bot 2021-8-20
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);

回答(1 个)

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

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by