Export graph to excel using app designer
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Jonathan Moorman
le 25 Juin 2020
Réponse apportée : Adam Danz
le 25 Juin 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 commentaires
Réponse acceptée
Adam Danz
le 25 Juin 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Printing and Saving dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!