Re: [Scilab-users] orthogonal polynomials

2018-06-09 Thread Samuel Gougeon

Le 09/06/2018 à 18:59, Jean-Philippe Grivet a écrit :
Thank you Samuel. However, there are some remaining bugs !When I 
launch Scilab, I ger the following d=series of messages:


Start Linalg
Start Makematrix
Start Specfun
Start Helptbx
Start Distfun
Start Stixbox
Start Apifun
Load macros
Load help
Type "help apifun_overview" for quick start.
Start Ortpol
Load macros
Load help
Load demos
Type "help ortpol_overview" for quick start.
Type "demo_gui()" and search for "Ortpol" for Demonstrations.

So far so good. I type help ortôl_overview and I am redirected to the 
last help^page I l consulted ("disp" in the present case). Back to the 
console, I write demo_gui() and chose ortpoly in the popup menu. 
Scilab replies


à la ligne   -11 du fichier exécuté 
C:\Users\grivet\AppData\Local\SCILAB~1.1\contrib\Ortpol\0315DD~1.1\demos\Ortpol.dem.gateway.sce
à la ligne41 de la fonction demo_gui_update ( 
C:\Users\grivet\AppData\Local\scilab-6.0.1\modules\demo_tools\macros\demo_gui_update.sci 
ligne 58 )
get_absolute_file_path : Le fichier ortpol.dem.gateway.sce n'est pas 
ouvert dans Scilab.


This is now fixed in the 0.3.2 version. You may do
--> atomsSystemUpdate(); atomsUpdate Ortpol

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


Re: [Scilab-users] orthogonal polynomials

2018-06-09 Thread Samuel Gougeon

Le 09/06/2018 à 18:59, Jean-Philippe Grivet a écrit :
Thank you Samuel. However, there are some remaining bugs !When I 
launch Scilab, I ger the following d=series of messages:


Start Linalg
Start Makematrix
Start Specfun
Start Helptbx
Start Distfun
Start Stixbox
Start Apifun
Load macros
Load help
Type "help apifun_overview" for quick start.
Start Ortpol
Load macros
Load help
Load demos
Type "help ortpol_overview" for quick start.
Type "demo_gui()" and search for "Ortpol" for Demonstrations.

So far so good. I type help ortôl_overview and I am redirected to the 
last help^page I l consulted ("disp" in the present case).


You must close and reopen the help browser, to make it aware of the new 
loaded modules and their documentation.


Back to the console, I write demo_gui() and chose ortpoly in the popup 
menu. Scilab replies


à la ligne   -11 du fichier exécuté 
C:\Users\grivet\AppData\Local\SCILAB~1.1\contrib\Ortpol\0315DD~1.1\demos\Ortpol.dem.gateway.sce
à la ligne41 de la fonction demo_gui_update ( 
C:\Users\grivet\AppData\Local\scilab-6.0.1\modules\demo_tools\macros\demo_gui_update.sci 
ligne 58 )
get_absolute_file_path : Le fichier ortpol.dem.gateway.sce n'est pas 
ouvert dans Scilab.


I get the same error, indeed. Please report it on the Ortpol forge.



Further question: What should I do to uninstall these modules ?


Which ones? Linalg to Apifun, that you did not required? There are 
dependencies of Ortpol. If you uninstall them, some Ortpol code will fail.


To uninstall Ortpol:
--> atomsRemove Ortpol
This will also uninstall its dependencies, provided that they are not 
used by some other modules installed intentionnaly.


Samuel

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


Re: [Scilab-users] orthogonal polynomials

2018-06-09 Thread Jean-Philippe Grivet
Thank you Samuel. However, there are some remaining bugs !When I launch 
Scilab, I ger the following d=series of messages:


Start Linalg
Start Makematrix
Start Specfun
Start Helptbx
Start Distfun
Start Stixbox
Start Apifun
    Load macros
    Load help
    Type "help apifun_overview" for quick start.
Start Ortpol
    Load macros
    Load help
    Load demos
    Type "help ortpol_overview" for quick start.
    Type "demo_gui()" and search for "Ortpol" for Demonstrations.

So far so good. I type help ortôl_overview and I am redirected to the 
last help^page I l consulted ("disp" in the present case). Back to the 
console, I write demo_gui() and chose ortpoly in the popup menu. Scilab 
replies


à la ligne   -11 du fichier exécuté 
C:\Users\grivet\AppData\Local\SCILAB~1.1\contrib\Ortpol\0315DD~1.1\demos\Ortpol.dem.gateway.sce
à la ligne    41 de la fonction demo_gui_update ( 
C:\Users\grivet\AppData\Local\scilab-6.0.1\modules\demo_tools\macros\demo_gui_update.sci 
ligne 58 )
get_absolute_file_path : Le fichier ortpol.dem.gateway.sce n'est pas 
ouvert dans Scilab.


Further question: What should I do to uninstall these modules ?

JP Grivet



Le 09/06/2018 à 12:11, Samuel Gougeon a écrit :

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

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


---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel 
antivirus Avast.
https://www.avast.com/antivirus

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


Re: [Scilab-users] orthogonal polynomials

2018-06-09 Thread Samuel Gougeon

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

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


[Scilab-users] orthogonal polynomials

2018-06-06 Thread Jean-Philippe Grivet

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.

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


Jean-Philippe Grivet



---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel 
antivirus Avast.
https://www.avast.com/antivirus

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