submodule update: dseries

time-shift
Houtan Bastani 2015-10-21 17:40:31 +02:00
parent fbe57c0d08
commit ab893696eb
2 changed files with 33 additions and 1 deletions

View File

@ -11911,6 +11911,28 @@ ts1 is a dseries object:
@sp 1
@deftypefn{dseries} {@var{B} =} rename (@var{A},@var{newname})
Replace the names in @var{A} with those passed in the cell string array
@var{newname}. @var{newname} must have the same number of cells as @var{A} has
@var{dseries}. Returns a @dseries object.
@examplehead
@example
>> ts0 = dseries(ones(2,3));
>> ts1 = ts0.rename({'Bush','Worst','President'})
ts1 is a dseries object:
| Bush | Worst | President
1Y | 1 | 1 | 1
2Y | 1 | 1 | 1
@end example
@end deftypefn
@sp 1
@deftypefn{dseries} save (@var{A}, @var{basename}[, @var{format}])
Overloads the Matlab/Octave @code{save} function and saves @dseries
@ -12017,6 +12039,16 @@ in @dseries object @var{A}. Returns a @dseries object.
@sp 1
@deftypefn{dseries} {@var{B} =} tex_rename (@var{A}, @var{newtexname})
Redefines the tex names of the @var{A} to those contained in
@var{newtexname}. Here, @var{newtexname} is a cell string array with the same
number of entries as variables in @var{A}
@end deftypefn
@sp 1
@deftypefn{dseries} {@var{B} =} uminus (@var{A})
Overloads @code{uminus} (@code{-}, unary minus) for @dseries object.

@ -1 +1 @@
Subproject commit c942790c4b04bddb743f2c56dd1a0a2662b20424
Subproject commit 6ef181d17158cb7bce9433c7e4e5864a413cb012