How to read Ms word file in matlab?
13 ビュー (過去 30 日間)
古いコメントを表示
i want to read Ms word file in matlab..please someone help me out...Thanks..
4 件のコメント
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...
回答 (1 件)
per isakson
2014 年 8 月 24 日
編集済み: per isakson
2014 年 8 月 24 日
I assume you have Ms Word installed. If so
- Search the File Exchange for "ActiveX Word" to get ideas
- See especially OfficeDoc - read/write/format MS Office docs (XLS/DOC/PPT) by Yair Altman
Start an ActiveX session with Word
wordX = actxserver('Word.Application');
and make an experiment
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で ActiveX についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!