Question


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...

bijna 7 jaar ago | 2 answers | 0

2

answers

Question


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 ...

bijna 7 jaar ago | 1 answer | 0

1

answer

Answered
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 ...

bijna 7 jaar ago | 0

Question


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...

bijna 7 jaar ago | 0 answers | 0

0

answers

Question


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 -...

bijna 7 jaar ago | 2 answers | 0

2

answers

0

answers