질문


the second call back function does not work in gui .could any one help me?
% --- Executes on button press in pushbutton1. function pushbutton1_Callback(hObject, eventdata, handles) [filename, pat...

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


Hi I'm creating a GUI for part of an image processing project. To this point I have one push button that reads in an image (and does something with it), and another push button that will then convert that image into a binary image now how to allow
Hi I'm creating a GUI for part of an image processing project. To this point I have one push button that reads in an image (and ...

거의 7년 전 | 답변 수: 1 | 0

1

답변

답변 있음
I'm looking to create another push button which will convert browse image to binary of the image I read in, I'm not sure how to define the image under the new function as the image that was chosen previously, could any one help,
function varargout = ui(varargin) % UI MATLAB code for ui.fig % UI, by itself, creates a new UI or raises the existing ...

거의 7년 전 | 0

질문


i am creating a gui .first image is uploaded but when i am going to process button it is direct to previous step . the process button dose not work .what can i do?
function varargout = ui(varargin) % UI MATLAB code for ui.fig % UI, by itself, creates a new UI or raises the exist...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


I'm looking to create another push button which will convert browse image to binary of the image I read in, I'm not sure how to define the image under the new function as the image that was chosen previously, could any one help,
function process_Callback(hObject, eventdata, handles) % hObject handle to process (see GCBO) % eventdata reserved -...

거의 7년 전 | 답변 수: 2 | 0

2

답변

0

답변