Scilab 5.5.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
null
удаление элемента в списке
Последовательность вызова
l(i)=null()
Описание
Удаление объектов внутри списка.
Примеры
l=list(1,"foo",3); l(2)=null() // получить list(1,3)
Comments
Add a comment:
Please login to comment this page.