Products & Services Solutions Academia Support User Community Company

Learn more about Symbolic Math Toolbox   

round - Symbolic matrix elementwise round

Syntax

Y = round(X)

Description

Y = round(X) rounds the elements of X to the nearest integers. Values halfway between two integers are rounded away from zero.

Example

x = sym(-5/2);
[fix(x) floor(x) round(x) ceil(x) frac(x)]
ans =
[ -2, -3, -3, -2, -1/2]

See Also

floor, ceil, fix, frac

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS