diff --git a/src/@dates/subsref.m b/src/@dates/subsref.m index 491064efcae4e8ceec0674b36a39acf0a226bf14..8d8bb5723c97e9dd20144cca26466c2c1a7326f6 100644 --- a/src/@dates/subsref.m +++ b/src/@dates/subsref.m @@ -10,7 +10,8 @@ function B = subsref(A,S) % --*-- Unitary tests --*-- % - B [*] % % REMARKS -% See the matlab's documentation about the subsref method. +% 1. The type of the returned argument depends on the content of S. +% 2. See the matlab's documentation about the subsref method. % Copyright (C) 2011-2014 Dynare Team %