Is the MATLAB gui creator GUIDE as awful as I think? Is there an alternative? [closed]
I've been trying to put together a gui in MATLAB and have had great difficulty. Here is a little background about my program: I want to create a wizard to step users through an image analysis process. The wizard will cue users for their input and then perform an image processing action once a button labeled "Next" has been pressed, and so on. From reading the MATLAB help I believe there are two approaches to gui creation: 1. write a gui with lines of code. 2. use GUIDE. I figured GUIDE would have the shallowest learning curve. At first the process was straight-forward. I could drag and drop