Error using input function
조회 수: 10 (최근 30일)
이전 댓글 표시
I am receiving an error with MATLAB and I have absolutely no idea why.

MATLAB Version is R2018a.
댓글 수: 4
Dr. Kelsey Joy
2021년 11월 27일
It's so easy to accidentally create a script file or variable with an existing MATLAB function name. The worse I have ever seen was a student create a created a script file called "edit". Geez that took a LONG time to figure out! lol.
채택된 답변
madhan ravi
2020년 9월 11일
You have a custom made function named input() which shadows the inbuilt function. Rename it or remove it from the path.
댓글 수: 7
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!