SUBSREF Method to overload the . notation. Publicize subscripted reference to private fields of object. $Id: subsref.m,v 1.2 2005/06/05 04:42:22 matthewbrett Exp $
0001 function result = subsref(this, Struct) 0002 % SUBSREF Method to overload the . notation. 0003 % Publicize subscripted reference to private fields of object. 0004 % 0005 % $Id: subsref.m,v 1.2 2005/06/05 04:42:22 matthewbrett Exp $ 0006 0007 result = builtin('subsref', this, Struct );