Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How to read values from an input file containing two different columns ? The values are shown below in the main body.
1 回表示 (過去 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!