how to read a dat file in matlab
조회 수: 3 (최근 30일)
이전 댓글 표시
i have to extract signals from a eeg file. its in dat format.. how to read a dat file in matlab
댓글 수: 0
답변 (3개)
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...
댓글 수: 0
adan jauhary
2013년 11월 8일
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
참고 항목
카테고리
Help Center 및 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!