What am I doing wrong?

-->a=1:100;
-->b = a.^(1/9);
-->plot( a, b, 'ro-' );
 
-->c = loess( a, b, .05, 3 );
 !--error 58 
Wrong number of input arguments.at line      58 of function loess called by :  
c = loess( a, b, .05, 3 );

____________________________________________________________
FREE ONLINE PHOTOSHARING - Share your photos online with your friends and 
family!
Visit http://www.inbox.com/photosharing to find out more!



_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to