Error while evaluating uicontrol Callback

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 Kommentar

Walter Roberson
Walter Roberson am 22 Sep. 2016
You need to include the error message, everything in red.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 22 Sep. 2016

Kommentiert:

am 22 Sep. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by