Error while reading dat file
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi , i am gettign an error while reading dat file.
i used the following command load('EGR.dat')
i am getting ??? Error using ==> load Number of columns on line 1 of ASCII file D:\Rakesh\EGR.dat must be the same as previous lines.
help me in this.
댓글 수: 0
답변 (1개)
Jan
2012년 3월 15일
load assumes an ASCII file with the same number of elements in each line, if read a file without a '.mat' file extension and if the '-MAT' option is not set. See help load.
What is the format of your EGR.dat file?
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!