17 Aug 2008

matlab的取整函数


matlab中共有四种数值取整,含义分别如下:



floor(x), 向负无穷取整
ceil(x), 向正无穷取整
fix(x), 向0取整
round(x), 向最近的整数取整

No comments :

Post a Comment