<?xml version="1.0"?>
<!-- Copyright 2016 The MathWorks, Inc. -->
<rsccat version="1.0" locale="en_US" product="MATLAB">
  <message>
    <entry key="CategoryNamesInvalidSize">Fourth argument, category names, must be a cell array whose length is equal to the number of bins, {0,number,integer}.</entry>
    <entry key="DefaultCategoryNamesNotUnique">Unable to create unique category names using the display format of the input argument. Specify category names or change the ''Format'' property of the input.</entry>
    <entry key="InvalidDur">The second argument, uniform bin size, must be a duration or calendarDuration that is a positive finite scalar, or can be one of: 'second', 'minute', 'hour', 'day', 'week', 'month', 'quarter', 'year', 'decade', or 'century'.</entry>
    <entry key="InvalidEdges">The second argument, bin edges, must be a datetime vector with at least 2 elements.</entry>
    <entry key="InvalidSecondInput">Second argument must be either a datetime vector, a scalar integer, a scalar duration or calendarDuration, a character vector, or string scalar.</entry>
    <entry key="UnsortedEdges">The second argument, bin edges, must be a sorted datetime vector that does not contain NaTs.</entry>
    <entry key="ValuesInvalidSize">Third argument, bin values, must be a vector whose length is equal to the number of bins, {0,number,integer}.</entry>
    <entry key="ValuesClassNoNaN">If the third argument, bin values, is of type {0}, then all of the input data must belong to a bin.</entry>
    <entry key="XNotDateTime">First argument must be a datetime array.</entry>
  </message>
</rsccat>
