Read a txt file with engineering format

2 ビュー (過去 30 日間)
Lila wagou
Lila wagou 2016 年 3 月 19 日
コメント済み: Lila wagou 2016 年 3 月 20 日
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

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 3 月 19 日
What kind of trouble? try this
filename = 'Source.txt';
format long
[B,delimiterOut]=importdata(filename);
  1 件のコメント
Lila wagou
Lila wagou 2016 年 3 月 20 日
Thanks, it work with (format long) Thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by