Programmatically Analyze and Upgrade a Model using Upgrade Advisor: how to get the output from methods "analyze" and "upgrade" without having to open the Report File
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi,
I want to solve the following problem:
I have a big set of Models and Libraries and I would like to upgrade them from version R2015b to R2018b.
I found the following page that shows how to use the Upgrade Advisor programmatically: https://www.mathworks.com/help/simulink/slref/upgradeadvisor.html
The problem is that, as I have a lot of Models and Libraries, it is not practical to open and read the Report File generated for each one in order to check the reported problems.
I would like to loop through all Models and Libraries, get the result from the "analyze" method, store it and, then, use a script to automatically verify which problems occurred.
Is there a way to do something like that?
Thank you.
Marcelo
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Model Upgrades에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!