WTMM for 1-D

조회 수: 5 (최근 30일)
NASSRE
NASSRE 2016년 8월 28일
편집: John D'Errico 2016년 8월 28일
this function have rshift and lshift which is not defined.

답변 (1개)

John D'Errico
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.
My guess is that wtmm is part of this USER-provided toolbox for wavelet analysis .
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
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
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 CenterFile 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!

Translated by