wmpdictionary in matlab for matching pursuit

1 Ansicht (letzte 30 Tage)
Yousef
Yousef am 21 Mär. 2015
Kommentiert: Yousef am 25 Mär. 2015
Hi dear friends,
I am trying to build a dictionary for sparse representation in Matlab(version 7.10.0.499-R2010a) using the following command: dict1 = wmpdictionary(N1,'LstCpt',{'dct'});
I get the following error: Undefined function or method 'wmpdictionary' for input arguments of type 'cell'.
Do I need to install a certain package?

Akzeptierte Antwort

Geoff Hayes
Geoff Hayes am 21 Mär. 2015
Yousef - wmpdictionary is part of the Wavelet Toolbox. Given the error message, it appears that you either don't have this function or the toolbox itself. To see if you do, in the Command Window type
ver
and see which toolboxes you have installed. If you do have this toolbox, type the following to see if your version has the function you are trying to use
which wmpdictionary -all
  3 Kommentare
Geoff Hayes
Geoff Hayes am 21 Mär. 2015
Yousef - I suspect that your version of MATLAB (R2010a) does not have this function. It appears (from here) that this function was added as a new feature in R2012a.
Yousef
Yousef am 25 Mär. 2015
I installed R2014a. Problem solved. Thanks a lot.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu AI for Signals and Images finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by