Finding a peak in .mat file......
Afficher commentaires plus anciens
I am loading .mat file and then plotting it e.g. Data1 = load('spectrum 0A.mat'); plot(Data1.spec(:,1), Data1.spec(:,2))
Could anyone please let me know that how can I find peaks in my plot?
Thnx
Réponses (1)
dpb
le 26 Avr 2017
See
doc findpeaks % in Signal Processing Toolbox
If don't have (and can't easily acquire) SP TB, post back...
Catégories
En savoir plus sur Descriptive Statistics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!