[Scilab-users] Error message

Samuel Gougeon sgougeon at free.fr
Sat Oct 31 20:02:05 CET 2015


Hello,
As far as i know, linregr() has never been a native Scilab function. May 
be you found it in an external module.
If it performs a linear regression, a Scilab equivalent is reglin() 
(there are other ones).
HTH
Samuel Gougeon

Le 31/10/2015 14:06, Edmund Okoroigwe a écrit :
>
> Hi all,
> I have a Scilab code I have run successfully previously. [b1,start] = 
> linregr ( [ a1 T1], "a1 T1", "1 T1", "a1");
> Now I want to run it again in the same file and folder but I keep on 
> receiving error message
> 'Undefined variable: linregr'.
> Please remind me how to overcome this so that my script will run.
> Thanks
>



More information about the users mailing list