arrayfun

December 5th, 2009 No Comments   Posted in Functions

arrayfun – Apply function to each element of array Read More

idivide

December 5th, 2009 No Comments   Posted in Functions

idivide – Integer division with rounding option
Syntax Read More

floor

December 5th, 2009 No Comments   Posted in Functions

floor – Round toward negative infinity
Syntax Read More

fix

December 5th, 2009 No Comments   Posted in Functions

fix Round towards zero.
fix(X) rounds the elements of X to the nearest integers
towards zero.
Syntax Read More

round

December 5th, 2009 No Comments   Posted in Functions

round Round towards nearest integer.
round(X) rounds the elements of X to the nearest integers. Read More

accumarray

September 9th, 2009 No Comments   Posted in Functions

Construct array with accumulation Read More

abs

September 9th, 2009 No Comments   Posted in Functions

Absolute value and complex magnitude
Syntax Read More