Info
此问题已关闭。 请重新打开它进行编辑或回答。
helppp on finding maximum
1 次查看(过去 30 天)
显示 更早的评论
If there are two peaks and you want to find the second peak's highest point how do you find that? how do you set limitations between the highest peaks? and after finding that peak how do you find the x position of it? by writing a code. i need to be able to do it without having the user use any tools for the graph
0 个评论
回答(1 个)
Wayne King
2012-7-10
Hi Leah, if you have the Signal Processing Toolbox, have you tried findpeaks()?
You can set options like the minimum distance between peaks, and minimum height.
The optional output argument LOCS gives you the "x" position of the peaks.
1 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!