Home > marsbar > @mardo > isfield.m

isfield

PURPOSE ^

method to overload isfield for mardo objects

SYNOPSIS ^

function result = isfield(this, fieldn)

DESCRIPTION ^

 method to overload isfield for mardo objects
 isfield for mardo objects replies according to the contents of
 the des_struct field

 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function result = isfield(this, fieldn)
0002 % method to overload isfield for mardo objects
0003 % isfield for mardo objects replies according to the contents of
0004 % the des_struct field
0005 %
0006 % $Id$
0007 
0008 result =isfield(this.des_struct, fieldn);

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