C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray nextpow2(const mwArray &A);
C++ Syntax
#include "matlab.hpp" mwArray A; // Input argument(s) mwArray p; // Return value p=
nextpow2(A);
MATLAB Syntax
p=
nextpow2(A)
See Also
nextpow2
Calling Conventions![]() | ndims | nnls | ![]() |