Read a txt file with engineering format

2 Ansichten (letzte 30 Tage)
Lila wagou
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

Akzeptierte Antwort

Azzi Abdelmalek
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)

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!

Translated by