Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.1 - Português

Change language to:
English - Français - 日本語 - Русский

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

Ajuda do Scilab >> Funções Elementares > Matrix manipulation

Matrix manipulation

  • Shape tests
    • iscolumncheck if a variable is a column
    • ismatrixchecks if an object is a non-empty 1D or 2D matrix or array
    • isrowcheck if a variable is a row
    • isscalarcheck if a variable is a scalar.
    • issquarecheck if a variable is a square matrix
    • isvectorcheck if a variable is a vector
  • catconcatena vários arrays
  • circshiftcircularly shifts elements or subarrays of an array (regular, of structures, cells, custom)
  • flipdimreverses the order of (blocks of) rows, columns, pages.. of an array
  • matrixMuda a forma de vetores ou matrizes
  • permutepermutes the dimensions of an array
  • pertransmatriz pertransposta
  • resize_matrixtrim or/and extend (and cast) a matrix or hypermatrix
  • squeezeremoves singleton dimensions of a ND-array
  • trilparte triangular inferior de uma matriz
  • triutriângulo superior da matriz
Report an issue
<< Inteiros Funções Elementares Matrix operations >>

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:35:22 CET 2022