Borrar filtros
Borrar filtros

How import matlab figure in Excel via VBA

1 visualización (últimos 30 días)
Massimo Laspia
Massimo Laspia el 27 de Jul. de 2017
Respondida: Massimo Laspia el 3 de Ag. de 2017
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

Respuestas (2)

Nirav Sharda
Nirav Sharda el 2 de Ag. de 2017
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
Massimo Laspia el 3 de Ag. de 2017
thanks

Categorías

Más información sobre Data Import from MATLAB 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!

Translated by