Matlab appdesigner UIAxes data retrieval
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Rahul J Hirur
am 22 Aug. 2020
Bearbeitet: Cris LaPierre
am 26 Nov. 2020
Hello,
I have been working on appdesigner's UIAxes. I create a graph using uiaxes and I zoom into it. I have attached the two images.
The first image is simple graph. The image has a red zone from the second image is obtained by zooming in the first image. Is there a way to retrieve the data of the zoomed part(second image) in mat format or any numeric format??
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/350144/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/350147/image.png)
0 Kommentare
Akzeptierte Antwort
Cris LaPierre
am 22 Aug. 2020
Bearbeitet: Cris LaPierre
am 26 Nov. 2020
You could try getting the xlim of the zoomed-in plot, and use that to find the indices of the data displayed (find data where x>=xmin and x<=xmax).
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!