problem with findpeaks in R2016a
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
The following works fine in R2015b, but not in R2016a (neither by live editor nor by command line)
[pks,locs,widths,proms]=findpeaks(A12ratio, x, 'MinPeakProminence', MPP);
In R2016a I get:
"Undefined function 'findpeaks' for input arguments of type 'double'."
Is this a known problem? Is there a workaround besides simply going back to using R2015b??
0 Kommentare
Antworten (2)
Steven Lord
am 30 Mär. 2016
Bearbeitet: Steven Lord
am 30 Mär. 2016
The findpeaks function is in Signal Processing Toolbox. It's possible you had this toolbox installed in your installation of release R2015b but don't have it installed in your installation of release R2016a.
3 Kommentare
Steven Lord
am 31 Mär. 2016
In that case, if you're using a network license it's possible all the license keys for Signal Processing Toolbox are checked out right now. Your license administrator could check this for you (if they're not sure how, ask them to take a look at page 3-61 of the Installation Guide.)
Star Strider
am 30 Mär. 2016
You did install the Signal Processing Toolbox when you upgraded to R2016a, correct?
Assuming you did, my guess is that you have a path problem.
Try typing this from the Command Window (or embed it temporarily in your script):
restoredefaultpath
rehash toolboxcache
6 Kommentare
Star Strider
am 24 Apr. 2016
When I looked through the Release Notes, findpeaks hasn’t changed in R2016a, so the worst of your situation is simply the inconvenience, if you also need some new functionality in R2016a.
Siehe auch
Kategorien
Mehr zu Downloads 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!