" Undefined function 'wavedec2' for input arguments of type 'uint8'.",
Afficher commentaires plus anciens
hi, when i run my code,i have this problem " Undefined function 'wavedec2' for input arguments of type 'uint8'.", i search the image processing toolbox to download and install but i don't find the right link , could any one help me? thank you in advance
Réponses (1)
Geoff Hayes
le 12 Avr 2015
Sana - the wavedec2 function is part of the Wavelet Toolbox. Check to see if you have this toolbox by typing the following in the Command Window
ver
If you see the toolbox, then check to see if you have the function by typing
which wavedec2 -all
If you observe
'wavedec2' not found.
then you don't have the function.
2 commentaires
Sana
le 12 Avr 2015
Geoff Hayes
le 12 Avr 2015
You will have to purchase this toolbox.
Catégories
En savoir plus sur AI for Signals and Images 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!