How import matlab figure in Excel via VBA
Afficher commentaires plus anciens
Hi, I need to import Matlab figures, generated by a code, into Excel. I'd like to do this via VBA. MLGetFigure permits to import the current figure but in matlab I created 4-5 figure. Which command should I use in VBA?
Thanks
Massimo
1 commentaire
Selva Karna
le 27 Juil 2017
u can use xlswrite
Réponses (2)
Nirav Sharda
le 2 Août 2017
0 votes
There are multiple ways to do this. You can save the MATLAB figures as .jpg files and import them in Excel. You can also use the ActiveX Automation client feature of MATLAB and start Excel, then print the figure to clipboard and then insert the clipboard contents in Excel as mentioned in the following MATLAB Answers post.
I hope this helps.
Massimo Laspia
le 3 Août 2017
0 votes
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!