Read a txt file with engineering format

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

 Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 19 Mar 2016
What kind of trouble? try this
filename = 'Source.txt';
format long
[B,delimiterOut]=importdata(filename);

Plus de réponses (0)

Catégories

En savoir plus sur Data Import and Analysis dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by