Read figure form word file into matlab
Show older comments
Hi,
I want to read figures form a specific word file into matlab and save those figure to another word file?
This is require to automate the report work.
4 Comments
Jan
on 27 May 2021
This is not a question yet.
Using Matlab for a meta-processing of Word files seems like a strange idea. This sounds like a job for a VB macro. But if you reall have good reasons to use Matlab, much more details are required to help you: How can the figures be recognoized? Is it a doc or docx format? How do you define the location to save the copied figure to?
garima sharma
on 27 May 2021
Hiding images in Word documents makes it really hard to access them automatically later on. If you install LaTeX, store the images as EPS and create PDFs dynamically, the access would be trivial, because all information are available as files.
It is still not clear, how the Moatlab code can identify the wanted images in the Word document.
garima sharma
on 28 May 2021
Answers (0)
Categories
Find more on Use COM Objects in MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!