importing data from an lst file
조회 수: 8 (최근 30일)
이전 댓글 표시
I can import data from an lst file using the import tool. However, when I generate a function from the import tool the function does not correctly import the data. It misses the first row of data. I tried changing the row in the function to the one above and it then I get the first row in the second row. Any ideas why?
댓글 수: 0
답변 (1개)
Star Strider
2015년 5월 21일
As I understand, a .lst file is simply a text file. You should be able to import it with the textscan function.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Standard File Formats에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!