About importdata(filename) function in Matlab

조회 수: 4 (최근 30일)
GUNJAN AUTI
GUNJAN AUTI 2022년 5월 19일
댓글: GUNJAN AUTI 2022년 5월 19일
I have created two .dat files using a same perl script, but on different machines. But when I use importdata(filename) on one file (..mof-177...) it gives a structure as an output, but when I use it on the other file (...mof-5...) it combines all data in a one-dimensional cell. Can someone please explain what might cause this?
I am attching the files along with this message. It is very frustrating to write a different code for each file as I have 1000s of such file to read.

답변 (1개)

Stephen23
Stephen23 2022년 5월 19일
"I have created two .dat files using a same perl script, but on different machines."
And they have created different files.
"Can someone please explain what might cause this? "
Most likely this non-numeric nonsense here at the end of every line of data:
which clearly does not exist in the other file:
Add nonsense to file, make it harder to parse. So far no surprises here.
  댓글 수: 1
GUNJAN AUTI
GUNJAN AUTI 2022년 5월 19일
Oh thanks! It's the copying from differnet machine. Unix to windows eol charachter is creating the problem. Thanks, I didn't think of this before!

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

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by