what toolbox to include for regression

3 vues (au cours des 30 derniers jours)
Sowmya Muniswamy
Sowmya Muniswamy le 22 Avr 2020
Commenté : Star Strider le 22 Avr 2020
what toolbox to include for regression

Réponses (1)

Image Analyst
Image Analyst le 22 Avr 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 commentaires
Sowmya Muniswamy
Sowmya Muniswamy le 22 Avr 2020
I want to execute regression function in grader. Even though I have included curve fitting and statistics and machine learning toolbox, it’s throwing an error.
Cris LaPierre
Cris LaPierre le 22 Avr 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)?

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by