Matlab appdesigner UIAxes data retrieval
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rahul J Hirur
el 22 de Ag. de 2020
Editada: Cris LaPierre
el 26 de Nov. de 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??
0 comentarios
Respuesta aceptada
Cris LaPierre
el 22 de Ag. de 2020
Editada: Cris LaPierre
el 26 de Nov. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!