Re: [Scilab-users] SCILAB Equivalent of addpath function

2019-05-30 Thread Samuel Enibe
Thank you very much for your kind assistance. God bless you. Samuel Ogbonna Enibe On Thu, May 30, 2019 at 12:57 PM Samuel Gougeon wrote: > Le 30/05/2019 à 13:42, Samuel Enibe a écrit : > > Thank you very much, Samuel. > > > > I am using version 5.5.2 on Ubuntu 18.04. > > > > Could you please

Re: [Scilab-users] SCILAB Equivalent of addpath function

2019-05-30 Thread Samuel Gougeon
Le 30/05/2019 à 13:42, Samuel Enibe a écrit : Thank you very much, Samuel. I am using version 5.5.2 on Ubuntu 18.04. Could you please let me know how to locate the the scilab.ini and the startup files? On Linux, you may create and fill the .scilab file in your SCIHOME directory: help start

Re: [Scilab-users] SCILAB Equivalent of addpath function

2019-05-30 Thread Samuel Enibe
Thank you very much, Samuel. I am using version 5.5.2 on Ubuntu 18.04. Could you please let me know how to locate the the scilab.ini and the startup files? Thank you very much. God bless you. Samuel Ogbonna Enibe On Thu, May 30, 2019 at 11:18 AM Samuel Gougeon wrote: > Le 30/05/2019 à 11:1

Re: [Scilab-users] SCILAB Equivalent of addpath function

2019-05-30 Thread Samuel Gougeon
Le 30/05/2019 à 11:19, Samuel Enibe a écrit : Thank you very much for your quick response. In using SCILAB, I create a folder for a given class of problems. The user-defined functions for the problem class are stored in the folder. I use the SCILAB function *genlib to* create a functions lib

Re: [Scilab-users] SCILAB Equivalent of addpath function

2019-05-30 Thread Samuel Enibe
Thank you very much for your quick response. In using SCILAB, I create a folder for a given class of problems. The user-defined functions for the problem class are stored in the folder. I use the SCILAB function *genlib to* create a functions library for the user-defined functions in the folder..