Scilab 5.3.1
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
getd
getting all functions defined in a directory
Calling Sequence
getd(path)
Arguments
- path
Scilab string. The directory pathname
Description
loads all .sci
files (containing Scilab functions) defined in
the path
directory.
Examples
getd('SCI/modules/cacsd/macros')
Comments
Add a comment:
Please login to comment this page.