Last updated
Was this helpful?
Last updated
Was this helpful?
Exponent of next higher power of 2
R = nextpow2(M)
M - a variable
R - result of nextpow2: next higher power of 2.
if M is a vector or a matrix nextpow2(M) applies element-wise.
If M is a scalar, nextpow2(M) returns the first p such that 2^p >= abs(M).
Allan CORNET
, .
1.0.0
initial version