Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How to read values from an input file containing two different columns ? The values are shown below in the main body.
조회 수: 2 (최근 30일)
이전 댓글 표시
3
26 -1000000.000
60 2000000.000
128 1000000.000
댓글 수: 0
답변 (1개)
madhan ravi
2018년 11월 30일
편집: madhan ravi
2018년 11월 30일
a=load('sample.txt')
or
a=importdata('sample.txt')
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!