<?xml version="1.0"?>
<rsccat version="1.0" locale="en_US" product="MATLAB">
  <message>
    <entry key="InvalidArgumentCategory">The argument category must be 'required', 'optional', 'repeating', 'namevalue', or 'unspecified'.</entry>
    <entry key="IdentifierNotScalarText">Function identifier must be a character vector or a string scalar.</entry>
    <entry key="NotAClass">''{0}'' is not a class and cannot be used to find methods. Make sure the class name is spelled correctly.</entry>
    <entry key="NotAFile">''{0}'' is not a MATLAB file and cannot be used to find local functions. Make sure the name is spelled correctly.</entry>
    <entry key="NoSuchFunctionOrClass">Cannot find function or class ''{0}''. Make sure the name is spelled correctly. If you look for method, please use format classname/methodname. For example, you can find plus method in string class using string/plus.</entry>
    <entry key="NoSuchMethod">Cannot find method ''{0}'' in class ''{1}''. Make sure the method name is spelled correctly.</entry>
    <entry key="UnsupportedFuncitonType">Unsupported function type.</entry>
    <entry key="NoSuchLocalFunction">Function ''{0}'' doesn't define local function ''{1}''. Make sure the function name is spelled correctly.</entry>
    <entry key="InvalidIdentifier">''{0}'' is not a valid function identifier.</entry>
  </message>
</rsccat>
