method to over load . notation in assignments. Publicize subscripted assignments to private fields of object. $Id$
0001 function result = subsasgn(this, Struct, rhs) 0002 % method to over load . notation in assignments. 0003 % Publicize subscripted assignments to private fields of object. 0004 % 0005 % $Id$ 0006 0007 result = builtin('subsasgn', this, Struct, rhs );