MathGroup Archive 1999

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

Search the Archive

Re: Conversion of output

  • To: mathgroup at smc.vnet.net
  • Subject: [mg19047] Re: Conversion of output
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 5 Aug 1999 01:34:41 -0400
  • Organization: Universitaet Leipzig
  • References: <7o5hml$rl4@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Christopher,

say you have 

fitsol=NonlinearFit[___]

than

{a,a2,a3,a4,a5} /. fitsol

will create the vector you want.

Hope that helps
  Jens

Christopher Mack wrote:
> 
> Hello,
> 
> when using the NonlinearFit-function of Mathematica, I get an
> output like
> 
>  {a1 -> 0.00400772472374540367, a2 -> -1.90417580406264459*10^-6,
>     a3 -> 499088.922439139537, a4 -> 1.31534993678125777*10^-9,
>     a5 -> 7728.37550019371821}
> 
> I'd like to convert this output to a vector with five elements
> (containing the values of a1 to a5 shown above).
> 
> Can anybody tell me how to do this ?
> 
> Thanks,
> 
> Christopher Mack,


  • Prev by Date: Re: Showing a limited GrayLevel
  • Next by Date: Re: equaltity of lists
  • Previous by thread: Re: Conversion of output
  • Next by thread: Mathematica profiler?