Getting too many input argumenst even after debugging the file in the matlab gui

3 views (last 30 days)
Getting too many input argumenst even after debugging the file in the matlab gui

Answers (1)

Harald
Harald on 1 Mar 2024
Edited: Harald on 1 Mar 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

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Tags

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!