codegen doesn't support fit function, is there a work around way to implement same functionality?
12 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Polynomials in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!