help-octave
[Top][All Lists]
Advanced

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

Re: textscan


From: Søren Hauberg
Subject: Re: textscan
Date: Mon, 10 May 2010 09:15:38 -0700

man, 10 05 2010 kl. 14:29 +0200, skrev Sascha Raddatz:
> i want to translate the line 
> 
> C = textscan(fid,'%*f %f','HeaderLines',7);
> 
> from matlab-code into octave. the function textscan reads two columns of 
> float numbers from a textfile and puts it into a matrix C. It ignores the 
> first seven header lines of the file.
> is there anything similar for octave? 

Depending on your version of Octave, you should be able to use
'textread' instead.

Søren



reply via email to

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