Dear Sirs, is there any function or method to read a WPD file or word file which contains sequence of numbers in Matlab? I need to read the numbers as it is as a matrix of rows and columns.
1 回表示 (過去 30 日間)
古いコメントを表示
Thirunavukkarasu
2015 年 11 月 26 日
コメント済み: Walter Roberson
2015 年 11 月 26 日
Dear Sirs, is there any function or method to read a WPD file or word file which contains sequence of numbers in Matlab? I need to read the numbers as it is as a matrix of rows and columns.
0 件のコメント
採用された回答
Walter Roberson
2015 年 11 月 26 日
There is a third party C library available, libwpd which you could build and use loadlib() and calllib() to call from MATLAB.
If you are using MS Windows and you have WordPerfect installed, you may be able to use an Active-X object to read the data.
0 件のコメント
その他の回答 (1 件)
Thirunavukkarasu
2015 年 11 月 26 日
1 件のコメント
Walter Roberson
2015 年 11 月 26 日
wpd files do not contain only numbers.
参考
カテゴリ
Help Center および File Exchange で ActiveX についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!