help-octave
[Top][All Lists]
Advanced

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

read file, skip columns


From: the_verge
Subject: read file, skip columns
Date: Fri, 26 Jan 2007 22:16:09 -0800 (PST)

Hi,

I'm trying to read a tab separated data file into Octave.  Here's my issue:


I am trying to read in a data file that has a few string columns, and then a
few columns of numbers, and then the last 3 columns (out of 7) are the ones
I want to read into variables in octave.  What command do I use to skip a
certain number of colums?  Or can I assign dummy variables to the first four
columns and then erase them later?  Do I use load(), or do I use fgetl?

How do I do this?

Thanks,
Vergil
-- 
View this message in context: 
http://www.nabble.com/read-file%2C-skip-columns-tf3126785.html#a8663295
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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