help-octave
[Top][All Lists]
Advanced

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

Plotting data from a file containing comments as first lines


From: vincent . marembert
Subject: Plotting data from a file containing comments as first lines
Date: Tue, 8 Jun 2004 12:16:20 +0200
User-agent: Internet Messaging Program (IMP) 3.2.1

Hi, 
 
my problem: 
I would like to plot the data contained in a file beginning with comments... 
The file looks like: 
 
blabla1 
blabla2 
dsfsdsdfd 
1       3 
-5      6 
0       8 
1       8 
 
Of course it would be easy if there was no comments at the beginning, I 
would just load the data typing  
load data 
and then plot it with 
plot data 
 
Is there a way to tell Matlab (or Octave, because I work a lot with Octave) 
to ignore the first 3 or 4 lines ? There must be one, but I can t find 
it... 
 
Thanks ! 
Vincent 



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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