Main Content

Advisor.saveExclusion

Save exclusions to the model or an external file

Since R2021a

Description

Advisor.saveExclusion('modelname') saves the exclusions to the default option as mentioned in model parameter 'MAModelFilterFile'.

Advisor.saveExclusion('modelname','filePath',' ') (third argument empty) saves the exclusions inside the model.

Advisor.saveExclusion('modelname','filePath','path') saves the exclusions to the selected file path.

Input Arguments

collapse all

Model name to display all the exclusions.

Advisor.saveExclusion('vdp')

This is an optional parameter. You can use this parameter to save the exclusions to an external file.

Advisor.saveExclusion('vdp', 'filePath', 'C:\Documents\vdp_exclusion.xml')

Version History

Introduced in R2021a