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
1 次查看(过去 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!