dynare/matlab/@dynSeries/getName.m

2 lines
63 B
Matlab

function name = getName(ts,i)
name = deblank(ts.name(i,:));