Does a Model Advisor Edit Time Check only run at edit time?
조회 수: 1 (최근 30일)
이전 댓글 표시
John Fiaschetti
2024년 1월 31일
답변: Venkat Siddarth Reddy
2024년 2월 16일
Hi,
I want to be able to run my custom model advisor edit time checks in batch along with other checks as well. I want to have a record of the entire model passing my standard to keep as an artifact for later. I have not been able to find an example of how to code a custom check to run in both instances. Is this possible?
Thanks!
댓글 수: 0
채택된 답변
Venkat Siddarth Reddy
2024년 2월 16일
Hi John,
You can refer to the following documentation to learn about defining custom edit-time checks for the model:
This documentation provides the implementation of three custom edit-time checks that ensure compliance with certain software design standards. It also provides information on how to import these checks into the Model Advisor and execute the edit-time checks on the model.
However, it seems that there is no option to capture/save the results of the edit-time checks directly. One workaround is to run these checks through the Model Advisor, which will generate a report.
I hope this helps!
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Run Model Advisor Checks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!