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

조회 수: 59 (최근 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 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