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

plot

August 13th, 2009 No Comments   Posted in Functions

plot Linear plot.
plot(X,Y) plots vector Y versus vector X. If X or Y is a matrix,
then the vector is plotted versus the rows or columns of the matrix,
whichever line up. If X is a scalar and Y is a vector, length(Y)
disconnected points are plotted. Read More

ver

August 13th, 2009 No Comments   Posted in Functions

ver MATLAB, SIMULINK, and TOOLBOX version information.
ver displays the current MATLAB and toolbox version numbers.
ver(TOOLBOX_DIR) displays the current version information for the
toolbox specified by the string TOOLBOX_DIR. Read More