numpy.ma.masked_array.squeeze#

方法

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

a 中移除长度为一的轴。

请参考 numpy.squeeze 以获取完整文档。

另请参阅

numpy.squeeze

等效函数