method to overload . notation in assignments. . assignment works directly on object fields $Id: subsasgn.m,v 1.1 2005/04/20 15:05:36 matthewbrett Exp $
0001 function result = subsasgn(this, Struct, rhs) 0002 % method to overload . notation in assignments. 0003 % . assignment works directly on object fields 0004 % 0005 % $Id: subsasgn.m,v 1.1 2005/04/20 15:05:36 matthewbrett Exp $ 0006 0007 result = builtin('subsasgn', this, Struct, rhs);