help-octave
[Top][All Lists]
Advanced

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

Re: nnet/save structs


From: Etienne Grossmann
Subject: Re: nnet/save structs
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
-----------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]