Home > marsbar > @maroi > source.m

source

PURPOSE ^

source - returns / sets source value for object

SYNOPSIS ^

function h = source(obj, val)

DESCRIPTION ^

 source - returns / sets source value for object

 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function h = source(obj, val)
0002 % source - returns / sets source value for object
0003 %
0004 % $Id$
0005 
0006 if nargin > 1
0007   obj.source = val;
0008   h = obj;
0009 else
0010   h = obj.source;
0011 end

Generated on Wed 11-May-2022 16:26:09 by m2html © 2003-2019