[Scilab-users] orthogonal polynomials

Samuel Gougeon sgougeon at free.fr
Sat Jun 9 12:11:02 CEST 2018


Hello,

Le 06/06/2018 à 16:46, Jean-Philippe Grivet a écrit :
> Hello,
>
> I wish to use orthogonal polynmials within Scilab. Axxording to 
> "ttps://atoms.scilab.org/toolboxes/Ortpol",  I do
>
>      atomsInstall('Ortpol')
>
> and I get the answer
>
> atomsInstallList: The package "Ortpol" is not registered.
> Please check on the ATOMS repository that it is available for Scilab 
> 6.0 on Windows.
> If it is, run atomsSystemUpdate() before trying atomsInstall(..) again.

As the message suggests it, you have checked on the ATOMS repository that
Ortpol was not available for Scilab 6.0 on Windows.

>
> Where did I go wrong ? Is there a workaround ? Thank you in advance 
> for your help.

Ortpol is now ported to Scilab 6.0 (+ some examples fixed). You may do:

atomsSystemUpdate()
atomsInstall Ortpol
exit
// Start a new session
atomsLoad Ortpol


Samuel




More information about the users mailing list