Looking for code... Polyfit, polyval

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • not telling

    Looking for code... Polyfit, polyval

    There are two functions in matlab.
    Polyfit and polyval.
    I am looking for C/C++ code to duplicate their functionality.

    TIA
    Brian.

  • JustSomeGuy

    #2
    Re: Looking for code... Polyfit, polyval

    Thanks Thomas.
    Its funny how having the right google search sometime hits just were you
    need it. It was of course the first thing I tried before comming here.
    The link you gave me was good and does show that there exists a c++
    implementation of matlab functions. However I don't find the source, just
    the prototypes. I take it that this must be a commercial package that
    mathworks publishes.

    Thanks Thomas.
    Brian.


    "Thomas Matthews" <Thomas_Matthew sHatesSpam@sbcg lobal.net> wrote in message
    news:7CAWa.1449 5$hl6.400128117 3@newssvr10.new s.prodigy.com.. .[color=blue]
    > not telling wrote:[color=green]
    > > There are two functions in matlab.
    > > Polyfit and polyval.
    > > I am looking for C/C++ code to duplicate their functionality.
    > >
    > > TIA
    > > Brian.
    > >[/color]
    > Perhaps this would help:
    >[/color]
    http://www.google.com/search?hl=en&i...=Google+Search[color=blue]
    >
    >
    > --
    > Thomas Matthews
    >
    > C++ newsgroup welcome message:
    > http://www.slack.net/~shiva/welcome.txt
    > C++ Faq: http://www.parashift.com/c++-faq-lite
    > C Faq: http://www.eskimo.com/~scs/c-faq/top.html
    > alt.comp.lang.l earn.c-c++ faq:
    > http://www.raos.demon.uk/acllc-c++/faq.html
    > Other sites:
    > http://www.josuttis.com -- C++ STL Library book
    >[/color]


    Comment

    Working...