what format of data that matlab can open and make changes to some parts of the file
2 次查看(过去 30 天)
显示 更早的评论
Please,If I have a word document,how to read it using matlab,when I use fopen or fileread the output is strange symbols......and if it isn't possible to read the format .docx or doc using matlab ,what kind of format that I can use? note :I used .txt format but I can't make any changes to the text ,so I need another kind of format. thanks
0 个评论
回答(2 个)
Star Strider
2016-5-5
Use the winopen function.
See the documentation for the function for the information on how to use it.
0 个评论
Walter Roberson
2016-5-5
If you have MS Windows, use ActiveX controls to talk to Word. See for example http://www.mathworks.com/matlabcentral/fileexchange/15192-officedoc-read-write-format-ms-office-docs--xls-doc-ppt-
Microsoft .doc format is, if I recall correctly, a proprietary undocumented format; Microsoft does not expect (or want) you to be able to read it or write it except by using their interface.
The .docx format, on the other hand, is a plain text xml format.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Use COM Objects in MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!