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


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 Mar 27 09:49:52 GMT 2023