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

63 visualizaciones (últimos 30 días)
Ariel Kantor
Ariel Kantor el 19 de Ag. de 2020
Editada: Codrut Alexandru Dan el 7 de Sept. de 2021
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 comentarios
Fangjun Jiang
Fangjun Jiang el 24 de Ag. de 2020
Editada: Fangjun Jiang el 24 de Ag. de 2020
@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 el 24 de Ag. de 2020
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.

Iniciar sesión para comentar.

Respuestas (1)

Codrut Alexandru Dan
Codrut Alexandru Dan el 7 de Sept. de 2021
Editada: Codrut Alexandru Dan el 7 de Sept. de 2021
use tbxes=dependencies.toolboxDependencyAnalysis({'flight_Simulator_V3_anime'}). commas are wrong

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by