Load Model Advisor Configuration through Command Line

조회 수: 4 (최근 30일)
Mohan Mishra
Mohan Mishra 2019년 3월 7일
답변: Amith 2024년 8월 22일
I want to load model advisor Configuration through command line.
I am using code as below to load the configuration but it is not getting loaded
ModelAdvisor.setConfiguration('qeAPIConfigFilePath.mat');
Can some one help me on this

답변 (1개)

Amith
Amith 2024년 8월 22일
Hi Mohan,
To set your Model Advisor configuration via the command line in MATLAB releases R2022a and later, you can use the following command:
ModelAdvisor.setModelConfiguration(ModelName,ConfigFile)
To retrieve the Model Advisor configuration, use this command:
ConfigFileName = ModelAdvisor.getModelConfiguration(ModelName)
For more information about these functions, you can visit the links below:
Documentation for configuring the model configuration: https://www.mathworks.com/help/slcheck/ref/modeladvisor.setmodelconfiguration.html
I hope these resources help!

카테고리

Help CenterFile Exchange에서 Organize and Deploy Model Advisor Checks에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by