How do I find out what toolboxes my Simulink model requires?

66 次查看(过去 30 天)
I tried to use the following command:
tbxes=dependencies.toolboxDependencyAnalysis("flight_Simulator_V3_anime")
But had the following error message returned:
Insufficient number of outputs from right hand side of equal sign to satisfy assignment.
Error in dependencies/toolboxDependencyAnalysis>i_findInfo
Error in dependencies/toolboxDependencyAnalysis>i_findToolboxes
Error in dependencies/toolboxDependencyAnalysis
Did I do something wrong?
  5 个评论
Fangjun Jiang
Fangjun Jiang 2020-8-24
编辑:Fangjun Jiang 2020-8-24
@Sahithi, what is your advice??? 'tbxes' in his command is a return variable. Be mindful that your "STAFF" badge carries weight.
Fangjun Jiang
Fangjun Jiang 2020-8-24
If the example gives you the error, then probably there is problem with your MATLAB/Simulink installation. Simulink is the only required toolbox to run this.

请先登录,再进行评论。

回答(1 个)

Codrut Alexandru Dan
编辑:Codrut Alexandru Dan 2021-9-7
use tbxes=dependencies.toolboxDependencyAnalysis({'flight_Simulator_V3_anime'}). commas are wrong

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by