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

2 ビュー (過去 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 Center および File ExchangeVerification, Validation, and Test についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by