Extract selected data from .dat file

3 views (last 30 days)
Nousnous
Nousnous on 23 Feb 2015
Commented: dpb on 23 Feb 2015
Hello,
I am using a .dat file from abaqus. my file looks like:
" Various lines containing texte.
Three columns of headers (ex: x, y, z)
Two Columns of data. The middle column is empty.
Various lines of texte again. "
So I would like to extract the numerical data, which is somewhere in the middle of text. The y column is empty. Does anyone have a solution please ?
Cheers
  1 Comment
dpb
dpb on 23 Feb 2015
Delimited or not? Fixed width column or not?
Show a short sample of the file; else't all we can do is guess...
Of course, you can always try importdata and see what happens...

Sign in to comment.

Answers (0)

Categories

Find more on Data Import and Export in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!