I have a program written, and now I need to create a GUI for it. How do I get the GUI to run my program?
Show older comments
This is a continuation of the image processing code that Image_Analyst helped me with earlier this semester. I have the code for the program written, but now my professor wants a GUI created. I have no experience making a GUI, so I'm very lost. I know about the "guide" command, and have a basic design setup. What I need it to do is prompt me for the image file I want to use, ask for a length and width dimension, and then pass those three to the program and run it. Do I need to alter my program to a function and just have the GUI call the function when the Run button is pressed?
Accepted Answer
More Answers (0)
Categories
Find more on Images 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!