how to read .std files in matlab otherthan import data
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
.std files are generally read in notepad or some other files. how to read them in matlab. any answer welcome. thanks in advance
0 Commenti
Risposte (1)
Jan
il 16 Mar 2018
It depends on how you want to parse the contents of the file. Maybe all you need is
str = fileread(FileName);
0 Commenti
Vedere anche
Categorie
Scopri di più su Data Import and Analysis in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!