Finding maximum and minimum values in arrays

March 26th, 2010 No Comments   Posted in Examples

Let’s write a function file range.m that calculates the difference between the maximum and minimum value in a vector. The file should return a reply. Open an edit window. Create a function file like the one below. 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