File Exchange Pick of the Week

Our best user submissions

Posts 21 - 30 of 35

Results for: GUI or GUIDE

Advanced MATLAB: Handles and other inputs to GUIDE callbacks 17

There are three inputs to every automatically generated callback from GUIDE:
function edit1_Callback(hObject, eventdata, handles)
A common question that I am asked is “What is the handles… read more >>

Widgetpalooza: 12 widgets coded up in a GUI 9

This short video starts with two minutes of trying every widget on the example GUI. Then there is five and a half minutes of showing the callbacks on the widgets.

Push button
Push button with a… read more >>

GUI Layout (Part 3) 1

This is Part 3 of 3 Pick of the Week entries on GUIs. In Part 1 of the series, I talked about using ResizeFcn to create a GUI that resizes well. In Part 2, I introduced a nifty function that... read more >>

GUI Layout (Part 2) 4

This is Part 2 of 3 Pick of the Week entries on GUIs, written by guest blogger Jiro In Part 1, I talked about how I use the ResizeFcn property of the figure to adjust the layout of my UI... read more >>

GUI Layout (Part 1) 9

This is a post from Jiro, one of our guest bloggers:
One of my favorite things to do in MATLAB is to build GUIs. This is Part 1 of 3 Pick of the Week entries on GUIs.
When I build GUIs, I think... read more >>

MATLAB Basics: Change the string on a button when pushed

January t-shirt winner will be announced on Friday. There is no survey for this video, but you can still get in on last week’s survey to win a MATLAB t-shirt.
This two and a quarter minute… read more >>

MATLAB Basics: GUI input validation 4

Two minute video shows how to validate GUI input. This makes sure that user input will not break your code. This example makes sure that the edit box value is not greater than twelve. This technique… read more >>

MATLAB Basics: Setting a background image for a GUI 17

I recently got a question in my inbox asking how to set the background image for a GUI. This is done by creating an axes in the GUI and putting an image in it. Any UICONTROLs that you put on the GUI… read more >>

Using the clipboard from a GUI

Many of you have surely noticed that this blog took a sharp turn towards video content since I moved to the Advanced Support Group at the MathWorks in May. With all these videos, I have had to get… read more >>

Masking typed passwords with asterisks 1

Sometimes really good files fly under my radar here at the File Exchange. Thankfully, my buddy Brett noticed this little gem. Here is what he had to say about it:
A customer recently mentioned that… read more >>

Posts 21 - 30 of 35