wcodemat and uint8 error

5 ビュー (過去 30 日間)
Mohammad Faruk Hasan
Mohammad Faruk Hasan 2014 年 6 月 21 日
I am getting the following while trying to run my code. Could anyone explain the reason?
Undefined function 'wcodemat' for input arguments of type 'uint8'

採用された回答

Geoff Hayes
Geoff Hayes 2014 年 6 月 21 日
What this error message is telling you is that the function wcodemat, which you are using somewhere in your code, is not defined (or not found). This function is part of the Wavelet Toolbox. Have you installed this toolbox?
In the Command Window type the following
which wcodemat
ver
The first command will try to locate this function. I don't have this toolbox so the function returns
'wcodemat' not found.
ver will return version information for your MATLAB and list all toolboxes that have been installed. Check to see if the Wavelet Toolbox is in that list.
  3 件のコメント
Geoff Hayes
Geoff Hayes 2014 年 6 月 22 日
Hi Faruk - no, I don't know how to use this package. Note that it is NOT the The Mathworks Wavelet Toolbox, so it may not have the wcodemat that you are expecting.
Mohammad Faruk Hasan
Mohammad Faruk Hasan 2014 年 6 月 22 日
Ok. Thank you. I hope I will find the right package. :)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by