C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray rectint(const mwArray &a, const mwArray &b);
C++ Syntax
#include "matlab.hpp" mwArray a, b; // Input argument(s) mwArray R; // Return value R = rectint(a,b);
MATLAB Syntax
rectint(a,b)
See Also
rectint
Calling Conventions![]() | realmin | rem | ![]() |