<?xml version="1.0" encoding="UTF-8"?>
<!--Copyright 2022 The MathWorks, Inc.-->

<rsccat xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" locale="zh_CN" product="MATLAB" xsi:noNamespaceSchemaLocation="../../resources/schema/msgcat.xsd">
  <message>
    <entry key="invalidArray">Invalid data types. Input arrays must be double or single.</entry>
    <entry key="sparseNotSupported">Sparse inputs are not supported.</entry>
    <entry key="invalidOption">Option must be ''transpose'', ''ctranspose'' or ''none''.</entry>
    <entry key="mismatchPageDimensions">Incorrect dimensions for matrix division. Check that the number of rows in the first array matches the number of rows in the second array, unless first input is scalar.</entry>
    <entry key="mismatchImplicitExpansion">Arrays have incompatible sizes. For every dimension beyond the first two, the dimension sizes for both arrays must either be the same, or one of them must be 1.</entry>
  </message>
</rsccat>
