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일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

질문:

2016년 3월 19일

댓글:

2016년 3월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by