Zooming in on a graph / partitioning a data set
Show older comments
Hello, I have a fairly large data set which has large sinusoids made up of smaller sinusoids. I need to find absolute peaks (i.e. the larger sinusoids). I tried various smoothing mechanisms and nested findpeaks loops to no avail.
So I'm just thinking about biting the bullet and using ginput, clicking on them. However, the data set is large enough and compact enough that even full screen I cannot click on points to a decent precision. (It's over 60000 ms and I don't want to lose specificity). With ginput in effect, I cannot zoom in on the graph.
I also considered using fplot but as the data set is not a function, this does not work.
My questions: Is there a way to partition the graph so that I could have many graphs of a certain length and identify absolute maximums (similar to fplot but workable for data sets)?
and
How would I zoom in on parts of the graph if I am not to partition it?
Thanks a lot!
Accepted Answer
More Answers (0)
Categories
Find more on Data Exploration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!