help-octave
[Top][All Lists]
Advanced

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

textscan


From: Sascha Raddatz
Subject: textscan
Date: Mon, 10 May 2010 14:29:09 +0200

hi,
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? 

yours,
sascha



reply via email to

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