How do I find out what toolboxes my Simulink model requires?
32 次查看(过去 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
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
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
2021-9-7
编辑:Codrut Alexandru Dan
2021-9-7
use tbxes=dependencies.toolboxDependencyAnalysis({'flight_Simulator_V3_anime'}). commas are wrong
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!