What command I have to use to visualize eeg data in the form of signal ?

10 views (last 30 days)
I just forgot tht command. It would display signal for each channel given a .mat file from BCI competiton dataset.

Answers (1)

Star Strider
Star Strider on 16 May 2014
Edited: Star Strider on 16 May 2014
To View the Contents of a MAT-File use the whos function. This will probably tell you what you need to know about the names and dimensions of the matrices in your ‘.mat’ file. You can access individual variables in your ‘.mat’ file with the matfile function. Other relevant functions are listed at the ends of those pages.
  2 Comments
Star Strider
Star Strider on 17 May 2014
Extract the EEG and Time data from your ‘.mat’ file using matfile or load, then plot them.
I don’t have your ‘.mat’ file, so I can’t be any more specific that that.
If you want to upload your ‘.mat’ file (‘Edit’ your original question and use the ‘paperclip’ icon above that window), I’ll look at it.

Sign in to comment.

Categories

Find more on EEG/MEG/ECoG 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!