subsref

PURPOSE ^

SUBSREF - handles indexed references to objects

SYNOPSIS ^

function penpair = subsref(penpair,index)

DESCRIPTION ^

SUBSREF - handles indexed references to objects

   the first argument is the object and the second one a structure array

   Usage:
      penpair = subsref(penpair,index)
 
   See also SUBSASGN

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function penpair = subsref(penpair,index)
0002 %SUBSREF - handles indexed references to objects
0003 %
0004 %   the first argument is the object and the second one a structure array
0005 %
0006 %   Usage:
0007 %      penpair = subsref(penpair,index)
0008 %
0009 %   See also SUBSASGN
0010 
0011 penpair=builtin('subsref',penpair,index);

Generated on Sun 29-Mar-2009 20:22:55 by m2html © 2003