Getting too many input argumenst even after debugging the file in the matlab gui
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Getting too many input argumenst even after debugging the file in the matlab gui
0 Kommentare
Antworten (1)
Harald
am 1 Mär. 2024
Bearbeitet: Harald
am 1 Mär. 2024
Hi,
you are likely intending to call the .m file, but since your app has the same name and has higher precedence, your app tries to call itself. In that case, the solution is to change either file name. If you adjust the name of the .m, adjust the call to it accordingly.
Best wishes,
Harald
0 Kommentare
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!