2026-03-21 22:38 浏览次数 15
非零数
Any TRUE if any element of a vector is a nonzero number or is logical 1 (TRUE).
判断向量中是否存在非零元素,若存在返回1,否则返回0(忽略nan元素)。