Read a txt file with engineering format
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Lila wagou
am 19 Mär. 2016
Kommentiert: Lila wagou
am 20 Mär. 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 Kommentare
Akzeptierte Antwort
Azzi Abdelmalek
am 19 Mär. 2016
What kind of trouble? try this
filename = 'Source.txt';
format long
[B,delimiterOut]=importdata(filename);
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!