How to export a figure into MS Word?
80 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
If I have 8 figures opened in Matlab. How can I export these figures into an MS Word document?
2 Kommentare
Antworten (2)
Image Analyst
am 28 Jul. 2022
See attached demo. Works with Windows only.
1 Kommentar
Alex Morgan
am 29 Jul. 2022
Bearbeitet: Alex Morgan
am 29 Jul. 2022
Works great for pasting into word, thanks.
Unfortunately I am still getting low quality images from imread compared to manually pasting into word, is there any way around this? Am using .png format, maybe a different one is better?
EDIT: Used the 2nd paste option (the Word.Selection.InlineShapes.AddPicture() method) and that fixed my image quality, thanks again
Ameer Hamza
am 16 Okt. 2020
The easiest way is to create a live script, create figures inside it, and export it as a word document from the save menu. However, this approach gives less control over how the figures will appear in the word document.
One of the proper approaches is to use MATLAB report generator and add images to the MS word document. Following links shows some example,
Another approach might be to use the ActiveX server, but it will only work on MS Windows: https://www.mathworks.com/matlabcentral/answers/94937-how-can-i-automatically-export-an-image-to-a-microsoft-word-file-without-using-the-publish-function
3 Kommentare
Ameer Hamza
am 16 Okt. 2020
I agree; this is a bit more complicated as compared to writing to excel file. I guess the live script approach is a bit easy, but I agree, exporting to images and pasting them is word file seems to be a good approach.
Alex Morgan
am 28 Jul. 2022
Unfortunately it seems there is an issue with exporting to live scripts. Could try exporting to a LaTex file. Some links on both of these below
Siehe auch
Kategorien
Mehr zu Printing and Saving finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!