dynare/matlab/@dynSeries/getTexName.m

2 lines
81 B
Matlab
Raw Normal View History

2011-08-11 22:47:46 +02:00
function texname = getTexName(ts,i)
texname = ['$' deblank(ts.tex(i,:)) '$'];