From help-octave-request at bevo dot che dot wisc dot edu Thu Dec 6 14:24:41 2001 Subject: Re: Is it possible to save structs? From: Joao Cardoso To: help-octave at bevo dot che dot wisc dot edu Date: Thu, 6 Dec 2001 14:23:30 -0600 On Wednesday 05 December 2001 12:26, Roberto Hernandez wrote: | 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? Although the currently added Octave mailing lists search capability at the top of http://www.octave.org/archive.html gives some answers, the correct one is: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/octave/octave-forge/extra/patches/ Joao | | 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 | ------------------------------------------------------------- ------------------------------------------------------------- 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 -------------------------------------------------------------