how to read a dat file in matlab
이전 댓글 표시
i have to extract signals from a eeg file. its in dat format.. how to read a dat file in matlab
답변 (3개)
Jan
2013년 8월 22일
0 개 추천
You may want to look at importdata
댓글 수: 2
Sivakumaran Chandrasekaran
2013년 8월 22일
Jan
2013년 8월 22일
Does the file contain binary data? If so, use fread
Iain
2013년 8월 22일
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
2013년 11월 8일
0 개 추천
You can use WFDB toolbox for Matlab. It can be downloaded from http://www.physionet.org/physiotools/matlab/
댓글 수: 1
panakj tiwari
2020년 9월 26일
how to use the WFDB toolbox in matlab, if its possible can u provide the imformation sir
카테고리
도움말 센터 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!