Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
How to read values from an input file containing two different columns ? The values are shown below in the main body.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
3
26 -1000000.000
60 2000000.000
128 1000000.000
0 commentaires
Réponses (1)
madhan ravi
le 30 Nov 2018
Modifié(e) : madhan ravi
le 30 Nov 2018
a=load('sample.txt')
or
a=importdata('sample.txt')
0 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!