After generating a lengthy string through matlab, how to write it as MS office files (doc,docx) in matlab?
Asked
Active
Viewed 185 times
-1
-
You are basically asking for a external library. There are plenty possibilities available. Keep in mind that MATLAB supports calling Python, Java and .NET libraries. For each of these technologies there exists at least one possibilities to write word documents. – Daniel Sep 10 '15 at 12:25
-
Thank you for your valuable suggestion. now i have a clear idea about how to do that. your answer is the seed of my tree :) @daniel – M.G. Gouthamanaath Sep 23 '15 at 07:21
1 Answers
0
http://in.mathworks.com/matlabcentral/fileexchange/3149-save2word
please go through above link use save2word function of fprintf function

Sachin
- 23
- 2