Matlab 中的取整函数fix, floor, ceil与round. 1. fix 向0取整. fix([-0.5 -0.4 0.4 0.5]) ==> [0 0 0 0]. 2. floor 向-inf取整.
確定! 回上一頁