wcodemat and uint8 error
5 ビュー (過去 30 日間)
古いコメントを表示
Mohammad Faruk Hasan
2014 年 6 月 21 日
コメント済み: Mohammad Faruk Hasan
2014 年 6 月 22 日
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'
0 件のコメント
採用された回答
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
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.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!