image thumbnail
from C/C++ and Matlab types convertor by sun peng
Bidirectional conversion between C/C++ type (STL, openCV) and Matlab matrix (compile or run time)

mx_add.m
%mx_add Add scalar to each element of an array
%  c = mx_add(a,b) adds scalar b to each element of array a and return c
%  as result.
%
%  Class support
%  -------------
%  Both a and b must be double.
%

Contact us at files@mathworks.com