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!