inputYN(inputstr)

inputYN is a wrapper of input.
18 téléchargements
Mise à jour 22 fév. 2016

Afficher la licence

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

Citation pour cette source

Kouichi Nakamura (2024). inputYN(inputstr) (https://www.mathworks.com/matlabcentral/fileexchange/55585-inputyn-inputstr), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2015b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Image Segmentation and Analysis dans Help Center et MATLAB Answers
Tags Ajouter des tags

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

remove email