What is the ID of styecheck jc_0803 ??
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
galaxy
el 23 de Nov. de 2020
Comentada: Fangjun Jiang
el 24 de Nov. de 2020
Dear bros !
I want to run stylecheck by script as following example.
checkID = 'mathworks.jmaab.jc_0653';
SysResultObjArray = ModelAdvisor.run(system, checkID);
But when I run jc_0803, I try to use ID: mathworks.jmaab.jc_0803, mathworks.maab.jc_0803, but it is not right ID.
My matlab version is 2019b.
Can anyone tell to me how to run jc_0803 ??
0 comentarios
Respuesta aceptada
Fangjun Jiang
el 23 de Nov. de 2020
MA check for jc_0803 in introduced in R2020a. See at the bottom of the link.
2 comentarios
Fangjun Jiang
el 24 de Nov. de 2020
Indeed jmaab_jc_0803.p exists. It might be unfinished work.
I've written MA check myself. It can be authored by single or multiple files. It also needs to be registered.
Apparently, this check is not registered in R2019b. I don't think there is a way to use the .p file. You can't use ModelAdvisor.run() because it is not registered. The .m or .p file for any MA check is not meant to be called directly.
Más respuestas (0)
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!