Read .dat files

190 次查看(过去 30 天)
Elaheh
Elaheh 2018-3-30
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.

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by