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