SUBSASGN define index assignment for vectors in tsdata. M Hewitson 30-01-07 $Id: subsasgn.m,v 1.1 2007/03/16 08:07:54 hewitson Exp%
0001 function ts = subsasgn(ts, index, val) 0002 0003 % SUBSASGN define index assignment for vectors in tsdata. 0004 % 0005 % M Hewitson 30-01-07 0006 % 0007 % $Id: subsasgn.m,v 1.1 2007/03/16 08:07:54 hewitson Exp% 0008 0009 % END