Extract data from a huge file using matlab

  • Context: MATLAB 
  • Thread starter Thread starter Monica_xinchi
  • Start date Start date
  • Tags Tags
    Data File Matlab
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 4K views
Monica_xinchi
Messages
1
Reaction score
0
extract data from a "huge" file using matlab

hi guys,
I need some help!
I have a file(.txt) which concludes about 20,000 lines. There are not only number data but also letters and different characters in the file. I want to extract some certain useful data from this file and put them into a calculation program.

could you guys please write a .m file for me?
 
Physics news on Phys.org


Matlab should handle this for you automatically. Locate the file in the Matlab file browser, right-click on it, and import it. A dialog will pop up that allows you to specify precisely how Matlab imports the data; as an added bonus, recent versions of Matlab also allow you to specify that it should automatically generate an M-file for the import, allowing you quickly to repeat the procedure on similar files without having to use the import dialog.