how to read a dat file in matlab
Mostra commenti meno recenti
i have to extract signals from a eeg file. its in dat format.. how to read a dat file in matlab
Risposte (3)
Jan
il 22 Ago 2013
0 voti
You may want to look at importdata
2 Commenti
Sivakumaran Chandrasekaran
il 22 Ago 2013
Jan
il 22 Ago 2013
Does the file contain binary data? If so, use fread
Iain
il 22 Ago 2013
Try opening the file in notepad, or some other basic text editor and look at the data.
If its garbled data, its obviously in some binary format.
If its csv formatted numbers, try csvread
If its csv formatted text and numbers use xlsread
If its some other delimited numbers, try dlmread...
adan jauhary
il 8 Nov 2013
0 voti
You can use WFDB toolbox for Matlab. It can be downloaded from http://www.physionet.org/physiotools/matlab/
1 Commento
panakj tiwari
il 26 Set 2020
how to use the WFDB toolbox in matlab, if its possible can u provide the imformation sir
Categorie
Scopri di più su Data Import and Analysis in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!