I have several functions in different .sci files. Also, these files are in different directories. These functions are used by a main program.
With old Scilab
versions I have used getf(...)
to load all the functions (one getf(...)
per function, of course) and getf(...)
to load the main program too.
The questions are:
- How do I load the main program and all the functions into
Scilab
's new version/environment? - What about Matlab?