필터 지우기
필터 지우기

how can i validate in my code if a user inputs non numeric values? how can i limit just for 4 values?

조회 수: 1 (최근 30일)
this code request four values separated by comma
for vgauss=1:x
prompt={'Ingrese los valores del gaussiano separados por comas: '};
b = inputdlg(prompt,'Gaussiano', [1 50]);
w=b{1,1};
EnChar{1,vgauss}=w;
data{1,vgauss}=str2double(regexp(w,'\d*','match')');
handles.data=data; %estos son los gaussianos [...]
handles.CharGauss=EnChar;
end

채택된 답변

Mohammad Abouali
Mohammad Abouali 2014년 11월 25일
You can check for both type and size.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by