Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.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
- matrix — redimensionne un tableau, à nombre et ordre inchangés des éléments
- hypermatrices — Objet Scilab, matrices à N dimensions
Report an issue | ||
<< resize_matrix | Matrice - façonnage | Opérations matricielles >> |