mpowerMatrix power
A raised to the power b.A should be either a square matrix or scalar.b should always be a scalar.A is a square matrix, b should be a real integer scalar.[1 2;3 4]^2.33) is not supported yet.mpower() is equivalent to the operator ^. For elementwise power, use power() or the operator .^ instead.