Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to read values from an input file containing two different columns ? The values are shown below in the main body.

1 回表示 (過去 30 日間)
Virajan Verma
Virajan Verma 2018 年 11 月 30 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
3
26 -1000000.000
60 2000000.000
128 1000000.000

回答 (1 件)

madhan ravi
madhan ravi 2018 年 11 月 30 日
編集済み: madhan ravi 2018 年 11 月 30 日
a=load('sample.txt')
or
a=importdata('sample.txt')

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by