Is there a way to lock the cursor on the graph?

2 次查看(过去 30 天)
Hi all,
I'm trying to manually find the peaks of a graphed data set using my cursor. However, this method doesn't seem the most precise. Is there a way to lock it on my graph? Or is there a way to transform where I clicked on the graph to the closest data point?
For reference, I'm currently using ginput to identify potential datapoints. I attatched blow what the cursor currently looks like

采纳的回答

Walter Roberson
Walter Roberson 2020-7-12

更多回答(1 个)

Takumi
Takumi 2020-7-12
How about using the findpeaks function instead?
  1 个评论
azhao
azhao 2020-7-12
I did that on another program, but not all of the peaks are found (and some other datapoints that are not peaks were labeled as peaks). I'm trying to make it more selective after conducting the findpeaks function.

请先登录,再进行评论。

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by