Borrar filtros
Borrar filtros

How to validate input dialog?

1 visualización (últimos 30 días)
vimal gayan
vimal gayan el 28 de Mayo de 2019
caUserInput = inputdlg(Prompts, titleBar, 1);
if length(caUserInput) > 10
f = warndlg('Exceed numbers','Warning');
return
end
I insert some values from the input dialog,Then i need to check the length of the value is exced the 10,
How can i do it?
I try it in this way,But it dosent work.

Respuestas (0)

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by