主要内容

SupportLibrary property

设置为支持库模型

指定检查是否支持库模型的布尔值。

true.检查支持库模型。
false(默认值)。检查不支持库模型。

描述

SupportLibrary 属性指定检查是否支持库模型。

true

检查支持库模型。

false

检查不支持库模型。

示例

% specify that a check supports library models
rec = ModelAdvisor.Check('com.mathworks.sample.Check1');
rec.SupportLibrary = true;