WTMM for 1-D
조회 수: 5 (최근 30일)
이전 댓글 표시
this function have rshift and lshift which is not defined.
댓글 수: 0
답변 (1개)
John D'Errico
2016년 8월 28일
The crystal ball is so foggy today. We don't know what the function wtmm does, since it is not part of MATLAB. Nor do we have lshift and rshift.
In there I found a function called wtmm, that also happens to call functions called lshift and rshift.
So it would appear that you just have no idea how to install a tool from the file exchange.
Download the ENTIRE toolbox, not just one function.
Unzip the file.
Add the directory to your search path.
댓글 수: 3
Walter Roberson
2016년 8월 28일
Did you use pathtool to add the appropriate directory to your MATLAB path? Alternately, did you use the Add-On Explorer to install the toolbox?
John D'Errico
2016년 8월 28일
편집: John D'Errico
2016년 8월 28일
Not correct, because those tools ARE supplied in the toolbox. So you did not install the toolbox properly on your search path. Easily enough found in:
.../Wavelets/Wavelab850/Orthogonal/lshift.m
and
.../Wavelets/Wavelab850/Orthogonal/rshift.m
You will need to add some subdirectories to your search path, else you be soon asking where is some other function.
help pathtool
참고 항목
카테고리
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!