help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help help


From: Michael Goffioul
Subject: Re: help help
Date: Tue, 6 Mar 2012 16:34:30 +0000

Everything you need to know was in James's answer. You need to look at
the help of the specified functions:
- polyfit: will do the line regression
- polyval: will evaluate new line data points according to the
regression computed by polyfit
- plot: will draw the final plot

The best way to learn is to try to do it by yourself.

Michael.


On Tue, Mar 6, 2012 at 4:27 PM, joseph appau <address@hidden> wrote:
>
> is not assignment that is important, i want to learn so help me
>
>>
>>how do i produce graph y=mx+c  to fit points. (0,1 ) (2,0 ) (3,1)
>>_______________________________________________
>>Help-octave mailing list
>>address@hidden
>>https://mailman.cae.wisc.edu/listinfo/help-octave
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave


reply via email to

[Prev in Thread] Current Thread [Next in Thread]