MATLAB FUCNTION 'dwt2' not working in Matlab2016a??

Answers (1)

That function is part of the Wavelet Toolbox; you need to have that toolbox installed and licensed.

3 Comments

license( 'test', 'Wavelet_Toolbox' )
ans =
1
What shows up for
which -all dwt2
and what files do you see with
ls( fullfile(matlabroot, 'toolbox', 'wavelet', 'wavelet', 'd*') )

Sign in to comment.

Asked:

on 3 Mar 2018

Commented:

on 3 Mar 2018

Community Treasure Hunt

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

Start Hunting!