Home > marsbar > @mardo_99 > has_filter.m

has_filter

PURPOSE ^

returns 1 if object contains filter

SYNOPSIS ^

function tf = has_filter(o)

DESCRIPTION ^

 returns 1 if object contains filter

 $Id$

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function tf = has_filter(o)
0002 % returns 1 if object contains filter
0003 %
0004 % $Id$
0005   
0006 tf = 0;
0007 des = des_struct(o);
0008 if isfield(des, 'xX')
0009   tf = isfield(des.xX, 'K');
0010 end

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