Filter löschen
Filter löschen

How do I get the x and y values of the zoomed in portion of a linear plot from matlab figure?

4 Ansichten (letzte 30 Tage)
I plot a wave file in matlab (audioread, plot) whcih looks something like this
I zoom into a section of this wav file, which now looks like this:
Is there a way to get all the x and y values of only this zoomed in section of the plot in the workspace?

Akzeptierte Antwort

Rik
Rik am 29 Apr. 2024
You can use the XLim and YLim properties to find out the exact x and y ranges. Then you can use logical indexing to select the points that satisfy both x and y limitations.
If you get stuck, post a comment with the code you tried.

Weitere Antworten (0)

Kategorien

Mehr zu Data Exploration finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by