removes singleton dimensions of a hypermatrix
hypOut = squeeze(hypIn)
a hypermatrix or matrix of constant type.
a hypermatrix or matrix of constant type.
The squeeze
function removes singleton dimensions of a
hypermatrix, that is any dimension for which the size is 1
. If
the input hypIn
is a matrix, it is unaffected.