Borrar filtros
Borrar filtros

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 visualización (últimos 30 días)
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.

Respuesta aceptada

Walter Roberson
Walter Roberson el 26 de Nov. de 2015
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.

Más respuestas (1)

Thirunavukkarasu
Thirunavukkarasu el 26 de Nov. de 2015
Dear sirs, there is another solution, the wpd file can be read as a text file, as it contains only numbers it can be arranged in required matrix format. Further the string to number conversion makes the job easy... thank you so much for the immediate response sir

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by