Top "Matlab-guide" questions

GUIDE, is a graphical user interfaces (GUI) design environment in MATLAB.

Drawing with mouse on the GUI in matlab

I want to have a program in matlab with GUI, at run the program, user can draw anythings with mouse …

matlab matlab-guide
Function that executes on GUI closing in matlab

I am creating a GUI in matlab using guide. It's non-blocking (not calling uiwait). When the gui window is closed, …

matlab user-interface matlab-guide
Global variables in MATLAB GUI?

I'm working with MATLAB GUI. When I'm trying to access the variable which was defined with the push button, it …

matlab variables user-interface matlab-guide
Make a pixel transparent in Matlab

I have imported an image in matlab and before I display it how would I make the background of the …

matlab matlab-figure matlab-guide
Is the MATLAB gui creator GUIDE as awful as I think? Is there an alternative?

I've been trying to put together a gui in MATLAB and have had great difficulty. Here is a little background …

user-interface matlab wizard matlab-guide
Edit box clearing on mouse click in MATLAB GUI

I want to have an "edit" box in a MATLAB GUI that says "TYPE SEARCH HERE". When the user clicks …

matlab user-interface matlab-guide
Matlab GUI: Dynamically changing the popup menu

I have a GUI that I want to add a popup menu to it. The popup menu fields that should …

matlab matlab-guide
In MATLAB, how can you have a callback execute while a slider is being dragged?

I have created a MATLAB GUI using GUIDE. I have a slider with a callback function. I have noticed that …

user-interface matlab callback slider matlab-guide
Is there a simple way to display "table" in matlab GUI?

I save reports from my system in matlab in form of tables generated by the table() command. To display these …

matlab matlab-guide
How can I create a matlab multi-line edit box in Guide?

I am fairly new to Matlab and I am using GUIDE to create a GUI. I am looking to make …

user-interface matlab matlab-guide