help-octave
[Top][All Lists]
Advanced

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

Re: version & csvread


From: Dmitri A. Sergatskov
Subject: Re: version & csvread
Date: Wed, 26 Oct 2005 17:05:26 -0600
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

address@hidden wrote:
Hi,

I am running into a problem with csvread & both tab-delimited and
comma-separated values files. The files are read in as having one row too

In a pinch you can do C-style file i/o:

fid = fopen("filename");
a = fscanf("%f, %f, ... ",[n, end]);

etc...


Dmitri.
--



-------------------------------------------------------------
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]