Why i am getting Error using Phase1/UIAxesButtonDown Too many input arguments.

1 vue (au cours des 30 derniers jours)
Ehtisham
Ehtisham le 15 Août 2024
Réponse apportée : Voss le 15 Août 2024
Why i am getting Error using Phase1/UIAxesButtonDown Too many input arguments.

Réponses (1)

Voss
Voss le 15 Août 2024
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.

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Produits


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by