フィルターのクリア

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 Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by