Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 7 Jahre vor | 0

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

0

Antworten