Read a txt file with engineering format
조회 수: 2 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
채택된 답변
Azzi Abdelmalek
2016년 3월 19일
What kind of trouble? try this
filename = 'Source.txt';
format long
[B,delimiterOut]=importdata(filename);
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!