table.squeeze
table: tblB = squeeze (tblA)
Remove singleton dimensions.
For tables, this is always a no-op that returns the input table unmodified, because tables always have exactly 2 dimensions.
Source Code: table