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?

回答(1 个)

surya venu
surya venu 2024-7-8,5:42
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.

类别

Help CenterFile Exchange 中查找有关 Verification, Validation, and Test 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by