source: proiecte/PPPP/ica/work/addmatrix.m @ 138

Last change on this file since 138 was 138, checked in by (none), 14 years ago

PPPP - ica

File size: 329 bytes
Line 
1function a = addmatrix(a1, a2)
2%ADDMATRIX Add two matrices
3%    This function adds the two matrices passed as input. This function is
4%    used to demonstate the functionality of MATLAB Compiler. Refer to the
5%    shared library section of MATLAB Compiler for more information.
6
7% Copyright 2003 The MathWorks, Inc.
8
9a = a1 + a2;
Note: See TracBrowser for help on using the repository browser.