Financial Toolbox    

Function Input/Output Arguments

MATLAB was designed to be a large-scale array (vector or matrix) processor. In addition to its linear algebra applications, the general array-based processing facility has the capability to perform repeated operations on collections of data. When MATLAB code is written to operate simultaneously on collections of data stored in arrays, the code is said to be vectorized. Vectorized code is not only clean and concise, but is also efficiently processed by the underlying MATLAB engine.


  Operating Element-by-Element Input Arguments