# Function squeeze Remove singleton dimensions from a matrix squeeze(x) ### Parameters Parameter | Type | Description --------- | ---- | ----------- `x` | Matrix | Array | ### Returns Type | Description ---- | ----------- Matrix | Array | res