Home > marsbar > @mardo > des_struct.m

des_struct

PURPOSE ^

get/set method for des_struct field

SYNOPSIS ^

function res = des_struct(obj, Struct)

DESCRIPTION ^

 get/set method for des_struct field

 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function res = des_struct(obj, Struct)
0002 % get/set method for des_struct field
0003 %
0004 % $Id$
0005   
0006 if nargin > 1
0007   obj.des_struct = Struct;
0008   res = obj;
0009 else
0010   res = obj.des_struct;
0011 end

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