Can we read an word document(.doc) by an command fopen in matlab 6.1?
If No please provide some information about the same.
Can we read an word document(.doc) by an command fopen in matlab 6.1?
If No please provide some information about the same.
I don't know about 6.1 but 7.10 will fopen a Word document. That's easy. The challenge is now to do something useful with its contents. Over to you.
You can use the OfficeDoc utility on the Matlab File Exchange to read/write/format Word documents (plus Excel & PowerPoint docs) from within Matlab.