- Ajuda Scilab
- Scilab
- Scilab palavra-chave
- abort
- add_demo
- argn
- banner
- boolean
- break
- clear
- clearfun
- clearglobal
- comp
- continue
- debug
- delbpt
- dispbpt
- edit
- errcatch
- errclear
- error
- error_table
- exists
- exit
- external
- extraction
- format
- funcprot
- funptr
- getdebuginfo
- getmd5
- getmemory
- getmodules
- getos
- getscilabmode
- getshell
- getvariablesonstack
- getversion
- gstacksize
- ieee
- insertion
- intppty
- inv_coeff
- iserror
- isglobal
- lasterror
- macr2lst
- macr2tree
- matrices
- matrix
- mode
- mtlb_mode
- names
- newfun
- null
- pause
- perl
- poly
- predef
- quit
- rational
- readgateway
- resume
- sciargs
- scilab
- setbpt
- stacksize
- startup
- symbols
- testmatrix
- type
- typename
- user
- varn
- ver
- warning
- what
- where
- whereami
- who
- who_user
- whos
- with_atlas
- with_javasci
- with_macros_source
- with_module
- with_pvm
- with_texmacs
- with_tk
- TMPDIR
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
predef
proteção de variáveis
Seqüência de Chamamento
n=predef() oldnew=predef(n) oldnew=predef('all') oldnew=predef('clear')
Descrição
Função utilitária para definir as variáveis "mais antigas" como
"protegidas". Variáveis protegidas não podem ser cancelada. Elas não são
salvas pelo comando 'save'
. As variáveis "mais
antigas" são aquelas que aparecem por último em
who('get')
.
predef()
retorna o número de variáveis
protegidas.
predef('a[ll]')
ajusta todas as variáveis como
protegidas, também retorna o número antigo e o novo de variáveis
protegidas.
predef('c[lear]')
desprotege todas as variáveis,
exceto as 7 últimas e também retorna o número antigo e o novo de variáveis
protegidas.
predef(n)
ajusta as max(n,7)
últimas variáveis definidas como protegidas, também retorna o número
antigo e o novo de variáveis protegidas.
Observação
Um número de variáveis protegidas está configurado no arquivo de
"start-up" (inicialização) SCI/etc/scilab.start
. O
usuário pode, em particular, configurar suas próprias variáveis
predefinidas nos arquivos de inicialização do usuário
SCIHOME/.scilab
e
SCIHOME/scilab.ini
Definição SCIHOME: no Windows : C:/Documents and Settings/<User>/Scilab/<Scilab-Version> No Linux/Unix : /home/<User>/.Scilab/<Scilab-Version>
<< poly | Scilab | quit >> |