| C++ Math Library Reference | ![]() |
C++ Prototype
mwArray lcm(const mwArray &A, const mwArray &B);
C++ Syntax
#include "matlab.hpp"
mwArray A, B; // Input argument(s)
mwArray L; // Return value
L = lcm(A,B);
MATLAB Syntax
L = lcm(A,B)
See Also
lcm Calling Conventions | kron | legendre | ![]() |