how to read a dat file in matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sivakumaran Chandrasekaran
el 22 de Ag. de 2013
Comentada: panakj tiwari
el 26 de Sept. de 2020
i have to extract signals from a eeg file. its in dat format.. how to read a dat file in matlab
0 comentarios
Respuestas (3)
Iain
el 22 de Ag. de 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...
0 comentarios
adan jauhary
el 8 de Nov. de 2013
You can use WFDB toolbox for Matlab. It can be downloaded from http://www.physionet.org/physiotools/matlab/
1 comentario
panakj tiwari
el 26 de Sept. de 2020
how to use the WFDB toolbox in matlab, if its possible can u provide the imformation sir
Ver también
Categorías
Más información sobre Data Import and Analysis en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!