フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Undefined function 'watermark' for input arguments of type 'double'. Error in U (line 66) watermark = watermark(1:visibleRows, 1:visibleColumns);

1 回表示 (過去 30 日間)
shivu P
shivu P 2017 年 6 月 14 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
please reply i am getting this error how to solve
  2 件のコメント
Adam
Adam 2017 年 6 月 14 日
Define the function 'watermark'
shivu P
shivu P 2017 年 6 月 15 日
pls put the syntax to define the function..

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 6 月 15 日
You have not shown much of the code, but we can see from the message that likely the code at that point expects there to be an array named watermark but for whatever reason that array does not exist.
We might be able to say more if we saw your code.

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by