Is there any means to get the list of all required toolboxes to run a custom Simulink model without simulating it?

조회 수: 5 (최근 30일)
This is my requirement. I would be receiving some Simulink model from some team. Prior to running it, is it possible to get the list of toolboxes that the model requires?

채택된 답변

surya venu
surya venu 2024년 7월 8일
Hi,
There is a way to find all the toolbox dependencies with using "dependencies.toolboxDependencyAnalysis" function.
Here is an example code:
openExample("vdp.slx");
names = dependencies.toolboxDependencyAnalysis(bdroot)
For more information, check out the link below:
Hope it helps.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by