Export graph to excel using app designer

3 visualizaciones (últimos 30 días)
Jonathan Moorman
Jonathan Moorman el 25 de Jun. de 2020
Respondida: Adam Danz el 25 de Jun. de 2020
Hi! I understand it is possible to export graphs using MATLAB, but how can this be done using App Designer? I would like the graphs to go to a specific sheet too. Thanks

Respuesta aceptada

Adam Danz
Adam Danz el 25 de Jun. de 2020
If you're using r2020a or later, see copygraphics() or exportgraphics().
Prior to r2020a, if you're trying to access an axes in AppDesigner, you'll need to copy the axes to a regular figure (not uifigure) before copying that figure's contents. That can be done with copyUIAxes() from the file exchange.

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by