Azzera filtri
Azzera filtri

Error while evaluating uicontrol Callback

1 visualizzazione (ultimi 30 giorni)
Hazel Sialongo
Hazel Sialongo il 22 Set 2016
Commentato: Walter Roberson il 22 Set 2016
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');

Risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by