Skip to content
Snippets Groups Projects
Commit 3606cbc8 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Added new syntax to remove variables from a dseries object.

If ts is a dseries object, then

ts{'Variable_1','Variable_2'} = [];

or

ts{'Variable_@1,2@} = [];

will remove Variable_1 and Variable_2 from ts (if they exist).
parent ff27824b
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment