imat_filt/get


Purpose

Get filter attributes.

Syntax

v=get(f,'Attrib')
v=get(f)

Description

When applied to imat_filt objects, the GET function returns the values of selected attributes of f. The only available attribute is 'Name', the filter name. Attribute names are not case sensitive.

If only a single attribute is requested, then the value of that attribute is returned, or printed if no output argument is supplied.

If no attributes are specified, then the values of all attributes will be returned as described above.

An alternative to the GET function is the syntax f.attrib.

Examples

>> f.name='FRF';

>> get(f,'Name')
FRF

>>

See Also

imat_filt/imat_filt, imat_filt/set