Man Scilab

getd
Scilab Function

getd - getting all functions defined in a directory

Calling Sequence

getd(path)

Parameters

Description

loads all .sci files (containing Scilab functions) defined in the path directory.

Examples


getd('SCI/macros/auto')
 
  

See Also

getf ,   lib ,   getcwd ,   pwd ,   chdir ,  

Back