Top "Matlab-guide" questions

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

How should I update the data of a plot in Matlab?

Suppose that I want to update a plot with a new data. What method should I choose? Set the XDataSource …

matlab plot graph matlab-figure matlab-guide
MATLAB slider step behavior

I have a created a slider widget using GUIDE in MATLAB 2012a. I want it to control an axis that …

matlab user-interface slider matlab-guide
How to remove axis in MATLAB

axis off Not working. function displayResults(filename,hObject, eventdata, handles) % Open 'filename' file... for reading... fid = fopen(filename); for N=6:1:10 …

matlab matlab-figure matlab-guide
Matlab GUI using GUIDE : Want to dynamically update graphs

I've written a Matlab script that reads in data using a virtual COMM port in real-time. I've done a significant …

matlab matlab-guide
GUI pop-up menu in MATLAB

I've a pop-up menu with 5,10,15,20 the contents in that menu. using switch I've created this val=get(hobject,'value'); switch …

matlab matlab-figure matlab-guide
MATLAB - updating plot in gui?

Getting started with matlab guide, hit a stumbling block. Got it as simple as I can as a toy gui …

matlab matlab-figure matlab-guide
How to pass function to radio button in a button group created using guide in MATLAB?

I have created a button group with four radio buttons and a push button using guide. There are four functions, …

matlab button radio-button matlab-guide
What's the "right" way to organize GUI code?

I'm working on a fairly sophisticated GUI program to be deployed with MATLAB Compiler. (There are good reasons MATLAB is …

matlab user-interface matlab-guide matlab-deployment
How can I program a GUI in MATLAB?

I need to create a GUI in MATLAB for my project. I looked everywhere for examples of how to program …

matlab user-interface matlab-guide