Exporting Data from MATLAB to MS word.
Mostrar comentarios más antiguos
Hi All I want to write data from MATLAB to a word file is it possible? if yes then how?? plz. give me any example. thanks.
Respuestas (2)
Oleg Komarov
el 10 de Mayo de 2011
1 voto
Check this FEX submission: OfficeDoc - read/write/format MS Office docs (XLS/DOC/PPT) which is a demo version but may cover the functionality you're asking
2 comentarios
Tahira
el 14 de Feb. de 2012
Oleg Komarov
el 14 de Feb. de 2012
Not my field of expertise.
Thijs
el 14 de Feb. de 2012
0 votos
I can suggest a work around, but I'm only sure it works if you have msoffice 2007.
create the msword file, instead of inserting a table insert an object made from an excel file, and make sure the link to object option is flagged.
write the array you're interested in to the excel file, with xlswrite. next time the word document is opened the changes are reflected in the excel object. The downside is that formating the resulting table before hand is difficult.
Hope this helps.
Categorías
Más información sobre Use COM Objects in MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!