Skip to content
Snippets Groups Projects
Commit c6d93d68 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 7154079a
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment