Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - Japanese -
Scilab help >> Scilab > null

null

delete an element in a list

Calling Sequence

l(i)=null()

Description

Deletion of objects inside a list

Examples

l=list(1,2,3);
l(2)=null() // get list(1,3)

See Also

  • list — Scilab object and list function definition
  • clear — kills variables

Comments


Add a comment:
Please login to comment this page.

<< newfun Scilab pause >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:09:25 CEST 2011