Code covered by the BSD License  

Highlights from
MATLAB for C/C++ Programmers

from MATLAB for C/C++ Programmers by Adam Filion
Files used in webinar MATLAB for C/C++ Programmers.

bar(x)
function y = bar(x) 
%#codegen
% Copyright 2013 MathWorks, Inc. 
y = inv(x+1);

end

Contact us