필터 지우기
필터 지우기

Error while evaluating uicontrol Callback

조회 수: 1 (최근 30일)
Hazel Sialongo
Hazel Sialongo 2016년 9월 22일
댓글: Walter Roberson 2016년 9월 22일
My code:
% --- Executes on button press in pushbutton7.
function pushbutton7_Callback(hObject, eventdata, handles)
% hObject handle to pushbutton7 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
global imP
imA = imadjust(imP);
axes(handles.axes4);
imshow(imA)
title('Enhanced Normalized Iris Image');
  댓글 수: 1
Walter Roberson
Walter Roberson 2016년 9월 22일
You need to include the error message, everything in red.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by