Tagged: syntax

round

round Round towards nearest integer. round(X) rounds the elements of X to the nearest integers. See also floor, ceil, fix. Syntax Y = round(X) Description Y = round(X) rounds the elements of X to...

abs

Absolute value and complex magnitude Syntax abs(X) Description abs(X) returns an array Y such that each element of Y is the absolute value of the corresponding element of X. If X is complex, abs(X)...