MATLAB: Opening and writing into doc file

doc fileopensavewrite

I want to write into DOC file at specified location or end of file. without any change in file or contents of file. finaly save as that file.

Best Answer

You will need to create a MATLAB COM object to be able to achieve this.
See:
Related Question