what toolbox to include for regression
2 次查看(过去 30 天)
显示 更早的评论
what toolbox to include for regression
回答(1 个)
Image Analyst
2020-4-22
Depends on what function you want to use. polyfit() is built in to Base MATLAB. But there are also other fitting/regressing functions in the Statistics and Machine Learning Toolbox, and the Curve Fitting Toolbox.
2 个评论
Cris LaPierre
2020-4-22
What is the name of the function you are trying to use? What is the complete error message you see (all the red text)?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!