From help-octave-request at bevo dot che dot wisc dot edu Mon May 5 07:57:43 2003 Subject: ODE parameter estimation From: Andrey Romanenko To: help-octave at bevo dot che dot wisc dot edu Date: Mon, 5 May 2003 13:55:04 +0100 (WEST) Hello, Could anybody please let me know if there is an Octave package/toolbox for ODE parameter estimation? Thank you. Regards, Andrey Romanenko ------------------------------------------------------------- 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 ------------------------------------------------------------- epend file with mkoctfile. Even if DEPEND_FLAGS is set to -MM, mkoctfile generates a long list of file (all included by the `""' statement) which is not limited to local headers. As I'm working on a proper Makefile to isolate C/C++ functions from Octave interfaces, I needed a `proper' depending list with only local headers to generate oct-file. The trick was to use the fact that each header is correlated to only one object. Regards Laurent -- Dr. Laurent Mazet: Research Engineer /V\ Centre de Recherche de MOTOROLA Tel: +33 (0)1 69 35 48 30 =-=-=-=-=-=-=-=-=-=-= Email: mazet at crm dot mot dot com ------------------------------------------------------------- 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 -------------------------------------------------------------