Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.1 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Data Structures > lstcat

lstcat

リストの結合

呼び出し手順

lc=lstcat(l1,..ln)

パラメータ

li

リストまたは任意の型の変数

lc

リスト

説明

lc=lstcat(l1,..ln) はリストliの 要素を結合し, 単一のリストとします. li が他の型の変数の場合, 単純に追加され,結果はリストとなります.

lstcat(list(1,2,3),33,list('foo',%s))
lstcat(1,2,3)

参照

  • list — Scilab オブジェクトおよびリスト関数定義
Report an issue
<< list Data Structures lstsize >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Feb 12 23:12:41 CET 2018