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

조회 수: 2 (최근 30일)
Ehtisham
Ehtisham 2024년 3월 1일
편집: Harald 2024년 3월 1일
Getting too many input argumenst even after debugging the file in the matlab gui

답변 (1개)

Harald
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

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by