help-octave
[Top][All Lists]
Advanced

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

Re: help


From: Bill Denney
Subject: Re: help
Date: Mon, 01 Sep 2008 23:54:48 -0400
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

=?ISO-8859-1?Q?Sim=F3n_Lissa_ wrote:
> hi, how can i load elements of a vector from a file? because i dont
> want to write them one by one.

Hi Simon,

You say both reading and writing here.  Assuming that you mean reading,
have you tried

load ("filename");
or
x = load ("filename");

There are many more options for reading files, but that is the most
straight-forward.

If you mean writing, again there are many options, but the simplest is

save("filename")

If you give more specifics, we can help more.

Have a good day,

Bill


reply via email to

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