method to overload the . notation. . reference for mardo objects returns contents of des_struct $Id$
0001 function result = subsref(this, Struct) 0002 % method to overload the . notation. 0003 % . reference for mardo objects returns contents of des_struct 0004 % 0005 % $Id$ 0006 0007 result = builtin('subsref', des_struct(this), Struct );