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일)
이전 댓글 표시
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!