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!