help-octave
[Top][All Lists]
Advanced

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

Is it possible to save structs?


From: Roberto Hernandez
Subject: Is it possible to save structs?
Date: Wed, 05 Dec 2001 09:26:59 -0300
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.6) Gecko/20011120

Hey everyone,

When trying to save structures I get the following message:

-----------------------------------
octave:3> a
a =
{
  b = 1
  c = 2
}
octave:4> save "Test" a
warning: save: wrong type argument `struct'
warning: near line 4, column 1:

>>> save ("Test", "a")
-----------------------------------

I looked through the help for a way to save structures, but couldn't find any. Can it be done? How?

TIA,

Roberto



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