Getting too many input argumenst even after debugging the file in the matlab gui
2 次查看(过去 30 天)
显示 更早的评论
Getting too many input argumenst even after debugging the file in the matlab gui
0 个评论
回答(1 个)
Harald
2024-3-1
编辑:Harald
2024-3-1
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!