bsxfun

December 6th, 2009 No Comments   Posted in Functions

bsxfun – Apply element-by-element binary operation to two arrays with singleton expansion enabled
Syntax Read More

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

Introduction to Vectors in Matlab

December 4th, 2009 No Comments   Posted in Documents

Defining a Vector
vek
Matlab is a software package that makes it easier for you to enter matrices and vectors, and manipulate them. The interface follows a language that is designed to look a lot like the notation use in linear algebra. In the following tutorial, we will discuss some of the basics of working with vectors. Read More