Scilab Website | Contribute with GitLab | Scilab Community | ATOMS toolboxes
Scilab Online Help
2024.1.0 - Français


Matrice - façonnage

  • is<forme>
    • iscolumn — check if a variable is a column
    • ismatrix — checks if an object is a non-empty 1D or 2D matrix or array
    • isrow — check if a variable is a row
    • isscalar — check if a variable is a scalar.
    • issquare — check if a variable is a square matrix
    • isvector — check if a variable is a vector
  • cat — stacks vectors matrices or arrays into an hypermatrix or hyperarray
  • circshift — circularly shifts elements or subarrays of an array (regular, of structures, cells, custom)
  • flipdim — inverse l'ordre des (blocs de) lignes, colonnes, pages.. d'un tableau.
  • matrix — redimensionne un tableau, à nombre et ordre inchangés des éléments
  • permute — permute les dimensions d'un tableau à N dimensions
  • pertrans — Transposition selon la seconde diagonale
  • resize_matrix — élague et/ou étend (et convertit) une matrice ou une hypermatrice
  • squeeze — supprime les dimensions singletons d'un tableau N-dimensionnel
  • tril — partie triangulaire inférieure d'une matrice
  • triu — partie triangulaire supérieure d'une matrice
Report an issue
<< Entiers Fonctions Elémentaires Opérations matricielles >>

Copyright (c) 2022-2026 (Dassault Systèmes S.E.)
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 Jun 17 17:52:27 CEST 2024