Why can't I see the drop-down menu item for the Model Coverage Analysis settings in Simulink?

1 view (last 30 days)
Why can't I see the drop-down menu item for the Model Coverage Analysis settings in Simulink? I also cannot use Simulink Design Verifier even though I have a valid license for it and it is installed correctly.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 29 Feb 2016
This is due to a pathing issue. Restoring the default path and rehashing the toolbox cache will resolve this issue in MATLAB R2015a. It is always a good idea to back up the current path by saving the output of the "path" command before doing this. Once the path is backed up, go to the MATLAB Command Window and execute:
>> restoredefaultpath
>> rehash toolboxcache
>> savepath
 

More Answers (0)

Categories

Find more on Verification, Validation, and Test in Help Center and File Exchange

Products


Release

R2015a

Community Treasure Hunt

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

Start Hunting!