importing data from an lst file

조회 수: 8 (최근 30일)
Elizabeth Wojciechowski
Elizabeth Wojciechowski 2015년 5월 21일
답변: Star Strider 2015년 5월 21일
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?

답변 (1개)

Star Strider
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.

카테고리

Help CenterFile Exchange에서 Standard File Formats에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by