why I can not run wavedec2?

I have Harvard Matlab license, and the wavelet toolbox is installed. However whenever I run functions in it, such as wavedec2, I got “Undefined function or variable 'wavedec2'“。 However, if I run help(wavedec2), I get the correct response. I go to the directory where wavedec2 locates, and still can not run the function. Can anybody help? Thank you!

Réponses (1)

Walter Roberson
Walter Roberson le 11 Fév 2017

0 votes

That could happen if you do not have a license for that toolbox.
Use
which wavedec2
Does it show "No license" ?
If you have a valid license, then
license('test','Wavelet_Toolbox')
should return 1.

Catégories

En savoir plus sur Manage Products dans Centre d'aide et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by