MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: ODE integration via Mathlink

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43523] Re: ODE integration via Mathlink
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 19 Sep 2003 03:41:47 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <bkc05n$aq2$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

a notebook is a text document with text, images, formulas --
The kernel will not see this and there is nothing to do
for the kernel. The kernel can read Mathematica packages.

But your MathLink code can instruct the kernel to open a
notebook in the kernel or to launch the FrontEnd and you
can open the notebook in the launched FrontEnd.

Regards
  Jens


Peter Saffrey wrote:
> 
> I'm trying to build an integrated ODE model that is partly modelled in
> Mathematica and partly in XPPAUT. To do this, I need Mathematica to
> perform the integration of a set of ODEs via Mathlink and feed me the
> results so that I can also interact with XPPAUT and combine the two
> sets of numbers.
> 
> I've read Todd Gayley's Mathlink tutorial, which is excellent, but it
> focusses on interacting with Mathematica via individual commands,
> rather than via the output from an entire notebook file. Are there
> mathlink commands for opening and evaluating a whole notebook?
> 
> Peter


  • Prev by Date: Re: FileBrowse command
  • Next by Date: Re: Convert all graphics to reduce file size?
  • Previous by thread: ODE integration via Mathlink
  • Next by thread: Evaluate one notebook from within another