Validated Input Function

Like the built-in input function but with the ability to impose constraints and checks on user input
325 Descargas
Actualizado 16 oct 2015

Ver licencia

s = VALIDATEDINPUT(prompt,'s',validStrings) will process the input S using s = validatestring(S,validStrings).
k = VALIDATEDINPUT(prompt,classes,attributes) checks the input A using validateattributes(A,classes,attributes).

k = VALIDATEDINPUT(prompt,validationFcn) checks the input using the provided validationFcn.

If the user input provided at the prompt is invalid, the user will be informed of the reason why and re-prompted until a valid input is given.

Citar como

Sky Sartorius (2026). Validated Input Function (https://la.mathworks.com/matlabcentral/fileexchange/53553-validated-input-function), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Genetic Algorithm en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: TXTMENU - Text-Based Menu for the Command Window

Versión Publicado Notas de la versión
1.0.0.0