Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

help in dwt water marke

1 view (last 30 days)
azz taha
azz taha on 25 Feb 2017
Closed: MATLAB Answer Bot on 20 Aug 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);

Answers (1)

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

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!