help-octave
[Top][All Lists]
Advanced

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

Re: Structure file saving and loading


From: taltman
Subject: Re: Structure file saving and loading
Date: Wed, 29 Oct 2003 18:13:14 +0000 (UTC)

I think that I'm experiencing the same thing:

octave> version
ans = 2.1.50
octave> foo.bar.baz = 5
foo =
{
  bar =
  {
    baz = 5
  }

}

octave> save -ascii "foobarbaz.txt" foo
warning: save: wrong type argument `struct'
octave> save -ascii "foobarbaz.txt" foo.bar
warning: save: no such variable `foo.bar'
octave> save -ascii "foobarbaz.txt" foo.bar.baz
warning: save: no such variable `foo.bar.baz'

---

Am I doing something wrong?

Thanks,

~Tomer




On Oct 29, 2003 at 12:04pm, Dr. Michael Martins wrote:

michae >Date: Wed, 29 Oct 2003 12:04:43 +0100
michae >From: Dr. Michael Martins <address@hidden>
michae >To: octave-help <address@hidden>
michae >Subject: Re: Structure file saving and loading
michae >Resent-Date: Wed, 29 Oct 2003 05:08:30 -0600
michae >Resent-From: address@hidden
michae >
michae >Hello,
michae >
michae >> The newer versions of octave should be able to handle struct and other
michae >> types fine,
michae >> so you might want to consider upgrading.
michae >
michae >Unfortunately at least 2.1.50 is not able to save (and load) structures 
for 
michae >me. Is this a bug of my version (I compiled it from the source) or is 
it not 
michae >implemented yet.
michae >
michae >Best regards
michae >        Michael Martins
michae >
michae >



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