Exclude first 2 rows of .dat file when using load
    4 views (last 30 days)
  
       Show older comments
    
I want to exclude the first two rows when using load
data = load('file.dat')
x = data(3:end,1);
y = data(3:end,2);
The one below obviously gives me a ASCII file error. But you get the idea of what I want.
0 Comments
Answers (1)
  madhan ravi
      
      
 on 19 Nov 2018
        
      Edited: madhan ravi
      
      
 on 19 Nov 2018
  
      convert your .dat to .txt and then follow your method
See Also
Categories
				Find more on Get Started with MATLAB in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
