| MATLAB C++ Math Library | Search  Help Desk |
| nextpow2 | See Also |
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