diff --git a/doc/manual/source/time-series.rst b/doc/manual/source/time-series.rst index f57b52499..ff80477c4 100644 --- a/doc/manual/source/time-series.rst +++ b/doc/manual/source/time-series.rst @@ -2598,8 +2598,10 @@ The dseries class .. dseriesmethod:: C = remove (A, B) remove_ (A, B) - |br| Alias for the ``pop`` method with two arguments. Removes - variable ``B`` from ``dseries`` object ``A``. + |br| If ``B`` is a row char array, the name of a variable, these methods + are aliases for ``pop`` and ``pop_`` methods with two arguments. They + remove variable ``B`` from ``dseries`` object ``A``. To remove more than + one variable, one can pass a cell of row char arrays for ``B``. *Example* diff --git a/matlab/modules/dseries b/matlab/modules/dseries index dd4404c4b..b7ca9c3e7 160000 --- a/matlab/modules/dseries +++ b/matlab/modules/dseries @@ -1 +1 @@ -Subproject commit dd4404c4b9d45ca077c05ace4f9a59f4cce99bc8 +Subproject commit b7ca9c3e79287b713e67e68eeb88fb686b60b379