<?xml version="1.0"?>
<rsccat version="1.0" locale="en_US" product="MATLAB">
  <message>
    <entry key="integerNotSupported">MPOWER (^) is not fully supported for integer classes. Both arguments must be scalar. To operate on each element of the matrix individually, use POWER (.^) for elementwise power.</entry>
    <entry key="inputsMustBe2D">Arguments must be 2-D. To operate on each element of the matrix individually, use POWER (.^) for elementwise power.</entry>
    <entry key="negRealEig">Principal matrix power is not defined for matrix with negative real eigenvalues. A non-principal matrix power is returned.</entry>
    <entry key="notScalarAndSquareMatrix">Incorrect dimensions for raising a matrix to a power. Check that the matrix is square and the power is a scalar. To operate on each element of the matrix individually, use POWER (.^) for elementwise power.</entry>
    <entry key="sparseSingleNotSupported">MPOWER (^) is not supported for one sparse argument and one single argument.</entry>
    <entry key="tooManyMatrixSquareRoots">Maximum number of matrix square roots exceeded. Results may be inaccurate.</entry>
    <entry key="zeroEig">Matrix power may not exist for singular matrix.</entry>
  </message>
</rsccat>
