Export graph to excel using app designer
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jonathan Moorman
am 25 Jun. 2020
Beantwortet: Adam Danz
am 25 Jun. 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
0 Kommentare
Akzeptierte Antwort
Adam Danz
am 25 Jun. 2020
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.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Printing and Saving 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!