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
list2vec
リストのエントリを行列に連結する.
呼び出し手順
[bigVector,varsizes] = list2vec(li)
パラメータ
- li
n個のエントリを有するリスト. このリストのエントリは互換性がある型の2次元行列とする 必要があります.
- bigVector
列ベクトル. リストのエントリに対応する要素により構成されます.
- varsizes
n行3列の行列.各行には, リストのエントリに対応する次元を含みます.
参照
- vec2list — Inverse function of list2vec.
Report an issue | ||
<< list | Data Structures | lstcat >> |