How to read Ms word file in matlab?

12 ビュー (過去 30 日間)
azizullah khan
azizullah khan 2014 年 8 月 24 日
コメント済み: azizullah khan 2014 年 8 月 25 日
i want to read Ms word file in matlab..please someone help me out...Thanks..
  4 件のコメント
Aniruddha Phatak
Aniruddha Phatak 2014 年 8 月 24 日
If the Word file contains only text, you could try using the textread or textscan function. Also check http://www.mathworks.in/help/matlab/import_export/supported-file-formats.html
I don't believe .doc is supported though I read something about Excel spreadsheets in there...
azizullah khan
azizullah khan 2014 年 8 月 25 日
Thanks for comments. My main aim is to read a pdf file but due to failure i will convert pdf file to word by software and then will read word file..but i realize that i must have to read pdf file.So if any one have tried on and have some code kindly share it with me..or just give me a clue that how it can be possible..Thanks one again............i really need it..

サインインしてコメントする。

回答 (1 件)

per isakson
per isakson 2014 年 8 月 24 日
編集済み: per isakson 2014 年 8 月 24 日
I assume you have Ms Word installed. If so
Start an ActiveX session with Word
wordX = actxserver('Word.Application');
and make an experiment

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by