Home > phiwave > @phiw_wavelet > subsasgn.m

subsasgn

PURPOSE ^

SUBSASGN Method to over load . notation in assignments.

SYNOPSIS ^

function result = subsasgn(this, Struct, rhs)

DESCRIPTION ^

 SUBSASGN  Method to over load . notation in assignments.
   Publicize subscripted assignments to private fields of object.

 $Id: subsasgn.m,v 1.2 2005/06/05 04:42:22 matthewbrett Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function result = subsasgn(this, Struct, rhs)
0002 % SUBSASGN  Method to over load . notation in assignments.
0003 %   Publicize subscripted assignments to private fields of object.
0004 %
0005 % $Id: subsasgn.m,v 1.2 2005/06/05 04:42:22 matthewbrett Exp $
0006 
0007 result = builtin('subsasgn', this, Struct, rhs );

Generated on Wed 06-Jul-2005 18:07:21 by m2html © 2003