8.2.54.12 table.squeeze

Method: obj = squeeze (obj)

Remove singleton dimensions.

For tables, this is always a no-op that returns the input unmodified, because tables always have exactly 2 dimensions, and 2-D arrays are unaffected by squeeze.