Hi guys,
I just followed the example at
http://velveeta.che.wisc.edu/octave/lists/octave-maintainers/2004/477 to do
a regression on an small array of data:

x = [1:6]; y = [2,6,9.5,16,27,35];
[p,s]=wpolyfit(x,y,2);
feval('wpolyfit:plt',x,y,[],p,s,0.05,'ci')


and have a couples of questions:
How can I set the data values of the array to be shown on the plot  and
change the plot color ?
I can't find any doc on wpolyfit:plt built in function, would somebody
please point me to the right direction ?
Thanks,
Long.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to