Write a scilab code to fit a straight line for the following data.

19 visualizzazioni (ultimi 30 giorni)
Data:
x 0 1 2 3 4
y 1 1.8 3.3 4.5 6.3
  1 Commento
Walter Roberson
Walter Roberson il 7 Gen 2019
scilab is a different commercial programming language . This is not an appropriate forum for questions about scilab.

Accedi per commentare.

Risposte (2)

Shubham Gupta
Shubham Gupta il 7 Gen 2019
Use 'polyfit' to fit data to required polynomial degree.
take a look :
help polyfit
I hope this helps.

Image Analyst
Image Analyst il 7 Gen 2019
I'm sure you don't want us to do your homework for you, but I can offer you my demo of polyfit, attached.

Categorie

Scopri di più su Polynomials in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by