Borrar filtros
Borrar filtros

Load Model Advisor Configuration through Command Line

5 visualizaciones (últimos 30 días)
Mohan Mishra
Mohan Mishra el 7 de Mzo. de 2019
Respondida: Amith el 22 de Ag. de 2024
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

Respuestas (1)

Amith
Amith el 22 de Ag. de 2024
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!

Categorías

Más información sobre Organize and Deploy Model Advisor Checks en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by