Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getd
retorna todas as funções definidas em um diretório
Seqüência de Chamamento
getd(path)
Parameters
- path
string Scilab. O endereço do diretório
Descrição
Carrega todos os arquivos .sci
(contendo funções
Scilab) definidos no diretório path
.
Exemplos
getd('SCI/modules/cacsd/macros')
Ver Também
Report an issue | ||
<< function | Funções | macr2tree >> |