fix - rounding towards zero
fix(x) returns an integer matrix made of nearest rounded integers toward zero,i.e, y=sign(x).*floor(abs(x)) . Same as int .
round , floor , ceil ,