필터 지우기
필터 지우기

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