numpy.ma.masked_array.squeeze#

method

ma.masked_array.squeeze(axis=None)[源代码]#

Remove axes of length one from a.

Refer to numpy.squeeze for full documentation.

参见

numpy.squeeze

equivalent function