Scilab 5.4.1
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
リストの要素を削除する
呼出し手順
l(i)=null()
説明
リスト内のオブジェクトを削除します.
例
l=list(1,"foo",3); l(2)=null() // list(1,3)となる
Report an issue | ||
<< mlist | Data Structures | rlist >> |