이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
inputYN is a wrapper of input. Ask question with Y or N for the answer to
get true or false output, respectively. To interrupt, if you type
'keyboard' in response you can enter debugging mode.
TF = inputYN(inputstr)
inputstr String for a question. ' (Y/N):' will be added at the end.
TF A logical output. true is for Y or y, false is for N or n
EXAMPLE
if inputYN('Do yo want to proceed?')
dsip('OK')
else
dsip('cancelled')
end
% the above code prints the following in the command window
Do yo want to proceed? (Y/N):
See also
input
Written by
Kouichi.C.Nakamura, Ph.D.
Kyoto University
16 Nov 2015
인용 양식
Kouichi Nakamura (2026). inputYN(inputstr) (https://kr.mathworks.com/matlabcentral/fileexchange/55585-inputyn-inputstr), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 | remove email |
