How to run ModelAdvisor by command line???

6 visualizaciones (últimos 30 días)
galaxy
galaxy el 25 de Mzo. de 2020
Dear all,
I want to run ModelAdvisor and put result in current model advisor as following
ma = Simulink.ModelAdvisor.getModelAdvisor(system); % system is model name
success = runCheck(ma,checkID);
if success
success = setCheckResultStatus(ma,getCheckResultStatus(ma,checkID)); %% Here is error: Error using Simulink.ModelAdvisor/setCheckResultStatus
% setCheckResultStatus method can only be called while executing check callback.
end
I also use the ModelAdvisor.run function after runCheck function, SysResultObjArray is not empty, but error same before
success = runCheck(ma,checkID);
SysResultObjArray = ModelAdvisor.run(system, checkID);
...
ma.setCheckResultStatus(true); %% Error same before
If I run ModelAdvisor.run without runCheck function, SysResultObjArray is empty, so can not to get result.
Do anyone can solve it??
Thank you so much

Respuestas (0)

Categorías

Más información sobre Model Upgrades en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by