Read .dat files

192 views (last 30 days)
Elaheh
Elaheh on 30 Mar 2018
Commented: Star Strider on 30 Mar 2018
I wonder how to get MATLAB read an event file (generated by Neuroscan) in MATLAB. I tried load, csvread, dlmread. None worked. The data includes 5 columns of numbers and one column of words. I do not need the words, though. I can open it by notepad or export it to excel and then apply text to column. Thank you.

Accepted Answer

Star Strider
Star Strider on 30 Mar 2018
See if importdata (link) or readtable (link) will work.
  6 Comments
Elaheh
Elaheh on 30 Mar 2018
It works. Thank you so much.
Star Strider
Star Strider on 30 Mar 2018
As always, my pleasure.
If my Answer helped you solve your problem, please Accept it!

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!