Select Git revision
subsref.m
Forked from
Dynare / dynare
-
Stéphane Adjemian authored
Following syntax: ts{'GDP_US'} = ts.{'GDP_US'}.log applies the log function to the variable GDP_US in the dynSeries object ts. Note that this works on an arbitrary number of variables and that regular expressions can be used (see previous commits).
Stéphane Adjemian authoredFollowing syntax: ts{'GDP_US'} = ts.{'GDP_US'}.log applies the log function to the variable GDP_US in the dynSeries object ts. Note that this works on an arbitrary number of variables and that regular expressions can be used (see previous commits).