Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.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ヘルプ >> Elementary Functions > matrixmanipulation

matrixmanipulation

  • Shape tests
    • iscolumn変数が列ベクトルであるかを確認
    • ismatrix変数が行列かどうかを確認
    • isrow変数が行ベクトルかどうか確認する
    • isscalar変数がスカラーかどうかを確認.
    • issquare変数が正方行列かどうかを確認
    • isvector変数がベクトルかどうかを調べる
  • cat複数の配列を結合する
  • circshiftcircularly shifts elements or subarrays of an array (regular, of structures, cells, custom)
  • flipdim指定した次元に沿って x ブロック要素を反転
  • matrixベクトルまたは行列を異なる大きさの行列に成形する
  • permutepermutes the dimensions of an array
  • pertrans第2対角項を基準として転置
  • resize_matrix行列またはハイパー行列をトリムまたは拡張(およびキャスト)
  • squeezeremoves singleton dimensions of a ND-array
  • tril行列の下三角部
  • triu上三角
Report an issue
<< Integers Elementary Functions matrixoperations >>

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 Jan 03 14:37:48 CET 2022