Finding a peak in .mat file......
이전 댓글 표시
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
답변 (1개)
dpb
2017년 4월 26일
See
doc findpeaks % in Signal Processing Toolbox
If don't have (and can't easily acquire) SP TB, post back...
카테고리
도움말 센터 및 File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!