필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

request user for input

조회 수: 1 (최근 30일)
Muazma Ali
Muazma Ali 2017년 12월 13일
마감: MATLAB Answer Bot 2021년 8월 20일
hi!
dont know why I am getting error here, shouldnt i think, its quite a simple syntax:
svar=input('answer yes:y or no:n. ', 's');
Index exceeds matrix dimensions.
  댓글 수: 3
Muazma Ali
Muazma Ali 2017년 12월 13일
it was the whole error message I got..
KL
KL 2017년 12월 14일
No, it's not. Complete error message means all of the red text.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 12월 14일
You have accidentally created a variable named input so when you think you are calling the function index you are actually trying to access the variable.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by