How to make Wavelet Toolbox work correctly?

2 views (last 30 days)
ahmed
ahmed on 15 Oct 2014
Commented: Mohammad Bhat on 3 Mar 2018
I have MatLab 2014a in my Laptop and i am running some codes that use Wavelet Toolbox (I checked the toolbox and I found the Wavelet Toolbox is there) and I got the error below.
Undefined function 'dwt2' for input arguments of type 'double'.
even when trying to run the internal example below, I got the same error.
load woman; wname = 'sym4'; [CA,CH,CV,CD] = dwt2(X,wname,'mode','per');
  8 Comments
Geoff Hayes
Geoff Hayes on 15 Oct 2014
Perhaps you can't use this functionality once the license expires. Did you download a trial version of this toolbox, or did you purchase a license for it?
ahmed
ahmed on 16 Oct 2014
Yes, you are right the License is expired and I did update to mine and it is working right now very well. Thank you very much for your time Best regards

Sign in to comment.

Answers (1)

Geoff Hayes
Geoff Hayes on 16 Oct 2014
Executing the statement
which dwt2 -all
returned
C:\Program Files\MATLAB\R2014a\toolbox\wavelet\wavelet\dwt2.m % Has no license available
Ahmed verified that the license had expired and updated it. The code in the toolbox is now working.

Categories

Find more on Discrete Multiresolution Analysis in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!