Why i am getting Error using Phase1/UIAxesButtonDown Too many input arguments.
조회 수: 1 (최근 30일)
이전 댓글 표시
Why i am getting Error using Phase1/UIAxesButtonDown Too many input arguments.
댓글 수: 0
답변 (1개)
Voss
2024년 8월 15일
Sim takes 21 input arguments, but you are passing 22.
Judging by their names, T_endD is the extra one. So, if T_endD really should not be used in Sim, remove it from the list of arguments you pass to Sim. Alternatively, if T_endD should be used in Sim, include T_endD at the appropriate position in the list of inputs in the definition of Sim and modify Sim to do the right thing with T_endD.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!