MathGroup Archive 1998

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

Search the Archive

Re: MathLink


  • To: mathgroup@smc.vnet.net
  • Subject: [mg12121] Re: MathLink
  • From: kevinl@wolfram.com (Kevin Leuthold)
  • Date: Mon, 27 Apr 1998 01:46:07 -0400
  • Organization: Wolfram Research, Inc.
  • References: <6hpfth$dgn@smc.vnet.net>

Hello,

If you have it as a string, you can send it like this:

MLPutFunction( link, "ToExpression", 1);
	MLPutString( link, "(Integrate[Sin[x],x])");

Kevin Leuthold
MathLink Group
Wolfram Research

Beat Zahnd <zahnb@student.isbiel.ch> writes:

>Hello

>Is there a possibility to pass a complete Mathematica-Instruction-String
>(Integrate[Sin[x],x]) through MathLink to the Kernel, or must I brake
>it into single-functions?

>Beat Zahnd
>Engineering School Biel
>Switzerland




  • Prev by Date: Re: ListPlot + Colors
  • Next by Date: 2D Diffusion Eqn with NDSolve
  • Prev by thread: MathLink
  • Next by thread: Re: MathLink