Update dseries submodule.

Pass more than one variable name to remove and remove_ methods.
kalman-mex
Stéphane Adjemian (Ryûk) 2023-07-19 18:22:00 +02:00
parent 5b8b63924d
commit c02e550582
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
2 changed files with 5 additions and 3 deletions

View File

@ -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*

@ -1 +1 @@
Subproject commit dd4404c4b9d45ca077c05ace4f9a59f4cce99bc8
Subproject commit b7ca9c3e79287b713e67e68eeb88fb686b60b379