필터 지우기
필터 지우기

How to validate input dialog?

조회 수: 2 (최근 30일)
vimal gayan
vimal gayan 2019년 5월 28일
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.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by