what toolbox to include for regression
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
what toolbox to include for regression
Respuestas (1)
Image Analyst
el 22 de Abr. de 2020
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 comentarios
Cris LaPierre
el 22 de Abr. de 2020
What is the name of the function you are trying to use? What is the complete error message you see (all the red text)?
Ver también
Categorías
Más información sobre Linear Regression 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!