how use Curve Fitting functions in Matlab coder?

6 visualizaciones (últimos 30 días)
mel Samia
mel Samia el 24 de Jul. de 2017
Respondida: Mike Hosea el 26 de Jul. de 2017
Hello,
I used functions from Curve Fitting toolbox for the extrapolation in my script, I have to generate this code in C but the functions of Curve Fitting toolbox are not supported for standalone code generation. Is There libraries for C that contains the functions exists in the Curve Fitting toolbox ?

Respuesta aceptada

Mike Hosea
Mike Hosea el 26 de Jul. de 2017
I'm not sure what you need. MATLAB Coder does support the SPLINE, PCHIP, and PPVAL.
I don't know that much about what C libraries can be found for that, and seems to me that a forum about MATLAB is perhaps not the best place even to ask that sort of question, but back in the old days, if we didn't write it ourselves, we'd go to www.netlib.org and search for something. There are some least squares codes there, for example. Most of what's there is going to be in FORTRAN, but the old school solution to that was to convert them to C with F2C.

Más respuestas (0)

Categorías

Más información sobre MATLAB Coder en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by