help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

load file, skip comment lines


From: the_verge
Subject: load file, skip comment lines
Date: Thu, 25 Jan 2007 15:32:55 -0800 (PST)

I'm using the load(filename) command to load some USGS data.  What I want to
know is, how do I make it skip the leading comment lines in the data file? 
Specifically, the syntax I am using is:

x = load(filename);
A = x(:,1);
B = x(:,2);
C = x(:,3);

etc.  So if the first several lines are comment lines, how can I tell it to
ignore those lines before beginning to load data?  Is there a better way to
do that?


Thanks,
Vergil
-- 
View this message in context: 
http://www.nabble.com/load-file%2C-skip-comment-lines-tf3119863.html#a8643566
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]