Scilab 6.0.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
null
deleta um elemento em uma lista
Seqüência de Chamamento
l(i)=null()
Descrição
Deleta objetos dentro de uma lista.
Exemplos
l=list(1,"foo",3); l(2)=null() // retorna list(1,3)
Report an issue | ||
<< mlist | Estruturas de Dados | rlist >> |