Read a txt file with engineering format
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Lila wagou
il 19 Mar 2016
Commentato: Lila wagou
il 20 Mar 2016
Dear All i have a problem to read a data in a txt file with engineering format, i have try
filename = 'Source.txt';
[B,delimiterOut]=importdata(filename);
but i get a trouble values Thanks
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 19 Mar 2016
What kind of trouble? try this
filename = 'Source.txt';
format long
[B,delimiterOut]=importdata(filename);
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Import and Analysis 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!