runscicode — Launch a scilabfunction with specific path loaded.
runscicode(UserScilabMainFile, UserSciFilesPaths);
This file should contain the main scilab function to run.
The function should have the same name as the file.
This is a matrix of PATH containing .sci files.
Run a Scilab function with specific PATH loaded.
This function will load all .sci files given in UserSciFilesPaths. Then it loads UserScilabMainFile and the function corresponding to the file name is launched.