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!