help-octave
[Top][All Lists]
Advanced

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

Re: Beginner, searching help


From: Avraham Rosenberg
Subject: Re: Beginner, searching help
Date: Fri, 2 Feb 2007 06:39:33 +0200
User-agent: Mutt/1.5.9i

On Thu, Feb 01, 2007 at 01:42:55PM -0800, Henry F. Mollet wrote:
> Example of saving structs given by Etienne works in
> GNU Octave, version 2.1.71 (powerpc-apple-darwin8.1.0).
> as per below.
> Henry
> 
> octave:26> foo.x = 1
> foo =
> {
>   x = 1
> }
> 
> octave:27> save saved_foo.txt foo
> octave:28> clear foo
> octave:29> foo     
> error: `foo' undefined near line 29 column 1
> octave:29> load saved_foo.txt
> octave:30> foo
> foo =
> {
>   x = 1
> }
.....

> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave

Works allright with Octave 2.1.73 on Debian linux, as well.
Cheers, Avraham


reply via email to

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