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