help-octave
[Top][All Lists]
Advanced

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

Re: Loading a matrix from ASCII file (avoiding scripting?)


From: Jean-Michel besnard
Subject: Re: Loading a matrix from ASCII file (avoiding scripting?)
Date: Thu, 26 Aug 2004 07:18:26 -0700
User-agent: Mutt/1.3.28i

you should dlmread/dlmwrite

On Thu, Aug 26, 2004 at 03:58:46PM +0200, Mauro Casadei wrote:
> Hi all !
> 
> I am a newcomer to Octave and to this list, so this is my chance to say hi
> to everybody ! :-)
> 
> ----------------------------------------------------------------------
> 
> My problem is that I would like to be able to load into arrays and/or
> matrixes some plain, tab-delimited real/integers data.
> 
> The file format would be something like the following:
> 
> 0.0 1.0 3.0
> 1.0  2.5 5.1
> 
> 
> I have browsed through both the manuals AND the archive of this list, and
> tried the suggestions but I could not find a suitable working solution.
> 
> For example, if I issue the command
> 
> Load ?xxx.txt?
> 
> I recieve the following output:
> 
> >> load "xxx.txt"
> >> x = ans
> error: `ans' undefined near line 3 column 5
> error: evaluating assignment expression near line 3, column 3
> 
> The file ?xxx.txt? is in the correct location (I verified it using the ?ls?
> command).
> 
> I am using Octave for Windows, and I downloaded and installed directly the
> binaries version for Win (octave-forge-windows), available at
> http://sourceforge.net/projects/octave.
> 
> It would great to able to load a matrix without scripting, with a single (or
> maybe 2) command... :)
> ----------------------------------------------------------------------------
> 
> Can anyone help?
> 
> Thanks all !!
> 
> Mauro
> 
> 
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.676 / Virus Database: 438 - Release Date: 03/05/2004
>  
> 
> 
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 



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