Trying to convert data from pdf into mat file/column vectors and process it

3 vues (au cours des 30 derniers jours)
Nathaniel Porter
Nathaniel Porter le 23 Fév 2022
Commenté : Nathaniel Porter le 23 Fév 2022
1) Want to know how I can change to a matlab file
2) Only with the 3rd and fourth column
3) How can I take any values in the 3rd column ranging between 48-64 and the corresponding values to them in the 4th column
  2 commentaires
Akira Agata
Akira Agata le 23 Fév 2022
Modifié(e) : Akira Agata le 23 Fév 2022
Regarding the item 1), there are two possible solutions:
Solution1
If you have Text Analytics Toolbox, you can read the text from PDF file by using extractFileText function.
Solution2
If you don't have the toolbox, you need to save it as text file (e.g export to text file on Acrobat Reader, or simply copy&pase), and read from it by, for example, readlines function.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Data Import and Export dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by