Hauptinhalt

loadConfiguration

R2026b

Class: Advisor.Application
Namespace: Advisor

Load Model Advisor configuration

Advisor.Application and its methods will be removed in a future release. Use ModelAdvisor.run instead.

Description

loadConfiguration(app,filename) loads the Model Advisor configuration from filename.

Input Arguments

expand all

Model Advisor application object, specified as an Advisor.Application object. You can use an Advisor.Application object to run Model Advisor checks on a model reference hierarchy. Create an Advisor.Application object by using the method Advisor.Manager.createApplication.

Name of Model Advisor configuration JSON file, specified as a character vector.

Example: 'MyConfiguration.json'

Data Types: char

Version History

Introduced in R2015b