Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
How to read values from an input file containing two different columns ? The values are shown below in the main body.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
3
26 -1000000.000
60 2000000.000
128 1000000.000
0 Commenti
Risposte (1)
madhan ravi
il 30 Nov 2018
Modificato: madhan ravi
il 30 Nov 2018
a=load('sample.txt')
or
a=importdata('sample.txt')
0 Commenti
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!