Scilab 6.0.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
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')
Comments
Add a comment:
Please login to comment this page.