"cwtfreqbounds" not working despite having Wavelet Toolbox
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Ritabrata Thakur
am 27 Okt. 2018
Kommentiert: Ritabrata Thakur
am 29 Okt. 2018
>> [maxperiod,minperiod] = cwtfreqbounds(time_series, Ts) ;
Undefined function or variable 'cwtfreqbounds'.
>> ver -------------------------------------------------------------------------------
MATLAB Version: 9.3.0.713579 (R2017b)
MATLAB License Number: XXXXXX
Operating System: Linux 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64
Java Version: Java 1.8.0_121-b13 with Oracle Corporation Java HotSpot™ 64-Bit Server VM mixed mode
------------------------------------------------------------------------------------------
MATLAB Version 9.3 (R2017b)
Curve Fitting Toolbox Version 3.5.6 (R2017b)
GSW Oceanographic Toolbox Version 3.05.5 (R2012a)
Image Acquisition Toolbox Version 5.3 (R2017b)
Image Processing Toolbox Version 10.1 (R2017b)
Optimization Toolbox Version 8.0 (R2017b)
Parallel Computing Toolbox Version 6.11 (R2017b)
Signal Processing Toolbox Version 7.5 (R2017b)
Statistics and Machine Learning Toolbox Version 11.2 (R2017b)
Wavelet Toolbox Version 4.19 (R2017b)
0 Kommentare
Akzeptierte Antwort
Andreas Goser
am 29 Okt. 2018
This command was introduced in R2018a. I suggest you install R2018a or b in parallel to your R2017b installation and test.
2 Kommentare
Steven Lord
am 29 Okt. 2018
Andreas is correct. For most or all functions introduced since R2015a, if you look at the end of their documentation page in the online documentation they will indicate when they were introduced (or will indicate they were introduced prior to release R2006a.)
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Continuous Wavelet Transforms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!