Scilab 6.0.2
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
lstcat
リストの結合
呼び出し手順
lc=lstcat(l1,..ln)
パラメータ
- li
 リストまたは任意の型の変数
- lc
 リスト
説明
lc=lstcat(l1,..ln) はリストliの
            要素を結合し, 単一のリストとします.
            li が他の型の変数の場合,
            単純に追加され,結果はリストとなります.
参照
- list — Scilab オブジェクトおよびリスト関数定義
 
| Report an issue | ||
| << list | Data Structures | lstsize >> |