importing data from an lst file
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Star Strider
il 21 Mag 2015
As I understand, a .lst file is simply a text file. You should be able to import it with the textscan function.
0 Commenti
Vedere anche
Categorie
Scopri di più su Standard File Formats in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!