-
- Downloads
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).
Loading
Please register or sign in to comment