Borrar filtros
Borrar filtros

Error while evaluating uicontrol Callback

1 visualización (últimos 30 días)
Hazel Sialongo
Hazel Sialongo el 22 de Sept. de 2016
Comentada: Walter Roberson el 22 de Sept. de 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');
  1 comentario
Walter Roberson
Walter Roberson el 22 de Sept. de 2016
You need to include the error message, everything in red.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by