help-octave
[Top][All Lists]
Advanced

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

Re: load from ascii files


From: fork
Subject: Re: load from ascii files
Date: Thu, 4 Nov 2010 23:13:10 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Elliott Waldron <elliott <at> l1partners.com> writes:

> Is this by design? 

load() is used for data stored in Octave / Matlab specific formats, usually
created using save().  See the help files for each.

You probably want "dlmread()" and its cousin "xlsread()" (or whatever its called
-- I use text only).  dlmwrite() would be its pair.

This should be in an FAQ -- it isn't particularly intuitive, and LOTS of people
want to read in data that is either comma or tab delimited.

Hope that answers your question and that I didn't misunderstand ;)



reply via email to

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