how to put table and graph into an excel file from matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want my program to save a plot and table both on the same excel file. Either that or as soon as I save the table the excel should generate a graph of the table (If that is possible) so when a viewer opens the excel file s/he sees a table and a plot. Please help?
1 comentario
dpb
el 7 de Jun. de 2019
You can try the File Exchange submittal https://www.mathworks.com/matlabcentral/fileexchange/69528-xlsputimage and see if it solves you problem...I've not tried it so is just a link.
You could build a macro tied to a change event in a cell and I presume it would be triggered by writing into the cell from Matlab but I've never tried that, either, to see what you might run into.
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!