Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How to read values from an input file containing two different columns ? The values are shown below in the main body.
    2 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
3
26    -1000000.000
60    2000000.000
128   1000000.000
0 Kommentare
Antworten (1)
  madhan ravi
      
      
 am 30 Nov. 2018
        
      Bearbeitet: madhan ravi
      
      
 am 30 Nov. 2018
  
      a=load('sample.txt')
or
a=importdata('sample.txt')
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

