Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Getting too many input argumenst even after debugging the file in the matlab gui

Respuestas (1)

Harald
Harald el 1 de Mzo. de 2024
Editada: Harald el 1 de Mzo. de 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

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by