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

66 ビュー (過去 30 日間)
Ariel Kantor
Ariel Kantor 2020 年 8 月 19 日
編集済み: Codrut Alexandru Dan 2021 年 9 月 7 日
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 日
編集済み: Codrut Alexandru Dan 2021 年 9 月 7 日
use tbxes=dependencies.toolboxDependencyAnalysis({'flight_Simulator_V3_anime'}). commas are wrong

カテゴリ

Help Center および File ExchangeIntroduction 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