Export multiple graphs to Excel
38 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Idan Hamawi
el 17 de Oct. de 2020
Respondida: Surya Talluri
el 20 de Oct. de 2020
Hi all,
I have some graphs in my GUI and i would like to export them to an excel file like this:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/383663/image.png)
The graphs will be positioned by definition.
Example:
Graph 1 from A:G, 1:15. Graph 2 from H:N, 1:15.
Is it possible?
0 comentarios
Respuesta aceptada
Surya Talluri
el 20 de Oct. de 2020
with xlswritefig you can mention cell location for plot directly in the code whereas with MLGetFigure, you have to open the excel file and mention the command in excel cell.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets 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!