Main Content

close

Close the Filter Analyzer app

Since R2024a

Syntax

Description

example

close(fa) closes the Filter Analyzer app fa.

Examples

collapse all

Design a lowpass filter and display it in Filter Analyzer. Close the app.

d1 = designfilt("lowpassfir", ...
    PassbandFrequency=0.45,StopbandFrequency=0.55);
fa = filterAnalyzer(d1);

close(fa)

Input Arguments

collapse all

Filter Analyzer app handle, specified as a filterAnalyzer object.

Version History

Introduced in R2024a