views:

148

answers:

2

Can we read an word document(.doc) by an command fopen in matlab 6.1?

If No please provide some information about the same.

A: 

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.

High Performance Mark
Thank u for your answer but in matlab 6.1 fopen is not working. I tried by activex control but iam not able to select the data from the document. If u know activex please help on the same. The data i need to select is from the data [REQ1] to the data [REQ2] in the document.
chandru
+2  A: 

You can use the OfficeDoc utility on the Matlab File Exchange to read/write/format Word documents (plus Excel & PowerPoint docs) from within Matlab.

Yair Altman