在MATLAB中如何判断一个矩阵为空矩阵呢,笔者是这样实现的: s_temp_size = size(s_temp); if s_temp_size == [0 0] %%%%%%%%%%%%%%%%%%%%%%%%% end