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

0 Stimmen

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 Hilfe-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