Is there a method for finding the period of temperature data in R2007b?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Good morning,
I need to find the period of temperature data, but I'm working with R2007b and ''xcorr()'', ''findpeaks()'' don't exist in this Matlab version yet. Any ideas?
Thank you
1 Commento
Risposte (1)
Guillaume
il 8 Ott 2018
Any ideas?
Simplest, is to upgrade to something not as ancient.
Otherwise, scour the FileExchange for replacements. I know for sure that there is a findpeaks equivalent, I don't know about xcorr. Of course, there's no guarantee that these replacements will work under R2007b either.
2 Commenti
Guillaume
il 8 Ott 2018
What are those and why couldn't you make them work? Perhaps you should focus on making those work. Otherwise, I suspect the answer is going to be to write your own findpeaks and xcorr.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!