Archive for December, 2009:
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
Introduction to Vectors in Matlab
December 4th, 2009 No Comments Posted in Documents
Defining a Vector

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