How to get an approximately value with number data with specified polynomial in MatLab? - polyfit -- MatLab
How to get an approximately value with number data with specified polynomial in MatLab? - polyfit -- MatLab
How to get an apprixmate value with number data with specified polynomial in MatLab?
[Ans]
polyfit
[syntax]
[description]
It will return approximately value with x-axis data <x> and y-axis data <y> which is represented with degree n of the polynomial.
<p>
coefficient of polynomial
<S>
structure of polynomial
<mu>
population of mean in distribution
more details about mu (one of Greek Letters) on:
more details on:
Comments
Post a Comment