Trouble opening a .dat file

조회 수: 4 (최근 30일)
Sven
Sven 2019년 5월 31일
댓글: Stephen23 2019년 5월 31일
I'm trying to open a .dat file and tried solutions previously posted.
This solution at least recognized 6 columns and 112 lines, but the output is gibberish
filename = 'CH01.dat';
opt = detectImportOptions(filename, 'filetype', 'text');
t = readtable(filename, opt);
By gibberish, I mean like this:
Z�@ ���S`@33333�@z �\���K�@ �@ 4@ Z�@ ���S
I can't attach the file because the format is not supported.
  댓글 수: 1
Stephen23
Stephen23 2019년 5월 31일
"I can't attach the file because the format is not supported."
Either change the file extension to .txt or zip it up, then upload it.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by