From help-octave-request at bevo dot che dot wisc dot edu Wed Dec 5 09:21:29 2001 Subject: Re: Is it possible to save structs? From: Paul Kienzle To: robher at adinet dot com dot uy, help-octave@bevo.che.wisc.edu Date: Wed, 5 Dec 2001 10:13:17 -0500 Joao Cardoso has a patch against 2.1.34 which allows you to save and load structures and cell arrays. You can find it in the octave-forge CVS tree in extra/patches. See: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/octave/octave-forge/extra/patches/octave-2.1.34-load-save.cc.patch?rev=1.1&content-type=text/vnd.viewcvs-markup I have not tried this myself. Paul Kienzle pkienzle at users dot sf dot net On Wed, Dec 05, 2001 at 09:26:59AM -0300, 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? > > 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 -------------------------------------------------------------