MathGroup Archive 2009

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

Search the Archive

Re: How to get the output of FindFit from MathLink in

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105200] Re: [mg105169] How to get the output of FindFit from MathLink in
  • From: 董理 <dongli2020 at gmail.com>
  • Date: Tue, 24 Nov 2009 05:48:28 -0500 (EST)
  • References: <200911231151.GAA21851@smc.vnet.net>

¶­Àí дµÀ:
> Hi, all,
>
> I want to write a C program that calls MathLink to use "FindFit" in
> Mathematica. The output of "FindFit" is a list of rules. How can I get
> those packets? Thanks for help!
>
> Best regards,
>
> DONG Li
>
>   
Dear all,

Can I put another EvaluatePacket "{c1,...}/.%" to convert the list of
rules to list of real numbers? If so, how to arrange the working flow?

Best regards,

DONG Li


  • Prev by Date: how to find a function
  • Next by Date: Re: Not all points plot on my graph...
  • Previous by thread: How to get the output of FindFit from MathLink in C program?
  • Next by thread: Re: How to get the output of FindFit from MathLink in