From help-octave-request at bevo dot che dot wisc dot edu Tue Aug 8 02:46:34 2000 Subject: Re: nnet/save structs From: Etienne Grossmann To: Daniel dot Heiserer at bmw dot de, help-octave@bevo.che.wisc.edu Date: Tue, 8 Aug 2000 08:45:55 GMT Hello, > is there a way to save structs? I wrote a "dumper" toolbox that dumps data in the form of octave code, eventually into a file. Structs are handled (I use this quite a lot) : any2m ("my_m_file", my_struct); # Save the struct ... source ("my_m_file.m"); # Get it back The toolbox can be found at anonimo.isr.ist.utl.pt/~etienne/octave hth, Etienne ----------------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.che.wisc.edu/octave/octave.html How to fund new projects: http://www.che.wisc.edu/octave/funding.html Subscription information: http://www.che.wisc.edu/octave/archive.html -----------------------------------------------------------------------