codegen doesn't support fit function, is there a work around way to implement same functionality?
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I use codegen to generate C code from Matlab code. In Matlab code, I use fit function for a simple linear fit z=a+b*x+c*y. Also I need to provide fit options such as Lower, Upper, StartPoint. But codegen doesn't support fit function. Does anyone has a good work around way to implement this functionality anyhow?
Thanks in advance.
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Polynomials 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!