Community Profile

photo

Preethi Thomas


CHRIST UNIVERSITY

Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I'm using a code to pass values between guis. The first time it worked flawlessly, but the second time it neither gave me the output nor an error. Please help!
This is the code I used. I found this answer submitted by Geoff Hayes in another similar question. The handle visibilty has been...

8 years ago | 0 answers | 0

0

answers

Question


I have one GUI (say G1) that calculates a certain value and displays it in an editbox.I need this value to be passed to an editbox in another GUI (say G2) on the click of a pushbutton for further calculations.Please help.
I NEED 'edit3' value to be passed from G1 to...... edit1=str2num(char(get(handles.edit1,'String'))); edit2=str2num(char(get(ha...

8 years ago | 1 answer | 0

1

answer

Question


How do i find the width and length of a bloodstain from an uploaded image?
I am working on a college project where one of the steps is that we upload an image of a bloodstain and have to obtain the major...

8 years ago | 0 answers | 0

0

answers

Question


I have two guis and when i call gui2 from gui1 using a continue button, gui2 does not work. However, gui2 works on its own when opened using guide. I have included the code below, please help!
function pushbutton5_Callback(hObject, eventdata, handles) % hObject handle to pushbutton5 (see GCBO) % event...

8 years ago | 1 answer | 0

1

answer