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
remoção de dimensões singletons
Seqüência de Chamamento
hypOut = squeeze(hypIn)
Parâmetros
- hypIn
hipermatriz ou matriz do tipo constante.
- hypOut
hipermatriz ou matriz do tipo constante.
Descrição
Remove dimensões singletons de uma hipermatriz, i.e., qualquer dimensão para a qual o tamanho é 1. Se a entrada é uma matriz, ela não é afetada.
Ver Também
- matrix — Muda a forma de vetores ou matrizes
- hypermatrices — objeto do Scilab: matrizes n-dimensionais
Autores
Eric Dubois, Jean-Baptiste Silvy
Report an issue | ||
<< resize_matrix | Matrix manipulation | Matrix operations >> |