Scilab 5.4.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
squeeze
squeeze
Séquence d'appel
hypOut = squeeze(hypIn)
Paramètres
- hypIn
 hypermatrice ou matrice réelle.
- hypOut
 hypermatrcex ou matrice réelle.
Description
Elimine les dimensions de type "singleton" d'une hypermatrice, c'est-à -dire toutes les dimensions de taille 1. Les matrices sont quant à elles inchangées.
Voir aussi
- hypermat — initialisation d'une matrice à N dimensions
 - hypermatrices — Objet Scilab, matrices à N dimensions
 
| Report an issue | ||
| << resize_matrix | Manipulation de matrices | flipdim >> |