Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.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 | ||
<< list2vec | Data Structures | mlist >> |