Is there a model advisor check that can be used to detect unused bus signal elements?

6 views (last 30 days)
Is there a model advisor check that can be used to detect unused bus signal elements?
I have a model with thousands of blocks and would like to be able to know whether or not there are unused elements for any of the buses in the model.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 12 May 2023
Edited: MathWorks Support Team on 12 May 2023
There is no built in model advisor check to perform this action. However, you can create a custom model advisor check using the following page in our documentation as a guide.
 
Run below command in MATLAB 2016b for the documentation:
>> web(fullfile(docroot, 'slvnv/create-checks.html'))>> web(fullfile(docroot, 'slvnv/ug/quick-start-examples.html'))
Or visit the latest documentation pages:

More Answers (0)

Tags

No tags entered yet.

Products


Release

R2016b

Community Treasure Hunt

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

Start Hunting!