Problem with GUI functions and obtain values from graph?
Show older comments
Hello, I'm designing a GUI program in order to use it in a presentation, the GUI design and image is included as an attachment, also the graphs to be plotted are included. I want to calculate the value of S which is equals to (S=u0*u1*q*B/E). Where q, B and E are values entered by the user; u0 and u1 are two values that are obtained from a graph. u0 depends on D/B and u1 depends on H/B and L/B; where H and L are values entered by the user. So basically I want to enter the values of q,B,H,D and E. Then the GUI has to obtain the values of u0 and u1 corresponding to the given H/B and L/B. For example if D/B=2.5 then u0=0.9 and if H/B=100 and L/B=3 then u1=1.3 and then these values will be used to calculate S. I'm new to GUI so basically I have done nothing except putting the texts and push buttons. I need someone to help me with writing the functions in order to do this and mainly in obtaining the values from the graphs. Also I need help in plotting the graphs. Any help will be appreciated, my graduation depends on this presentation. Thanks in advance.
Accepted Answer
More Answers (0)
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!