MATLAB is a high-level language and programming environment developed by MathWorks. This tag relates to the development of MATLAB applications with a graphical user interface (GUI), and particularly to their development using GUIDE, the GUI development environment of MATLAB.
0
votes
0answers
4 views
execute a certain block of instruction only when user click
I am using Matlab-GUIDE (UI), I have some knowledge about UI programming but not with Matlab, here is my problem:
I have created a figure with pushButtons 1 & 2 & 3, edits, plots, ...
0
votes
1answer
14 views
Matlab GUI, radio buttons, plotting
I have two radio buttons radiobutton1,radiobutton2 (not in a group) in GUI, each of them plot on the axes1a specific function. If I select radiobutton1 and radiobutton2 the two functions will be ...
1
vote
0answers
14 views
Setting Pop-up Menu's Tooltip for Each Option
Is there any possible way to set the pop-up menu's tooltip for each option? So, when the user point the cursor on an option, they can see the tooltip. I read some source and they said that tooltip is ...
-3
votes
1answer
30 views
Matlab - different speed of loop on mac and windows
I write a project - an app which approximates value of an definite integral by using upper sums, lower sums and Monte Carlo method. It also presents whole process on three axes. My problem is in Monte ...
-2
votes
1answer
17 views
Matlab Simulink Model of nonlinear Model
I'm trying to create a Matlab simulink model of the following equation:
I am very new to simulink and need some help getting started.
2
votes
1answer
58 views
How do I embedded another figure within a figure in MatLab?
I'm developing a GUI for my MatLab code using UITab and UITabGroup from this previous post:
Tabbed software in matlab
However that code populates each tabs ui within a single function. Since my ...
0
votes
1answer
29 views
Showing Variable's Value on Message Box
This is a very simple problem, I have been trying it for some times, but not working.
I have this code:
[s,h]=silhouette(cobat,g,'SqEuclidean')
MS = mean(s)
z = [cobat s];
I want to show the MS ...
0
votes
1answer
42 views
insert array using graphical interface in matlab
I want to insert an array using a graphical interface, but I don't understand why I get these errors:
Error using waitfor
Undefined function or variable 'A'.
Error using waitfor
Error while ...
0
votes
1answer
44 views
Read matrix from GUI object
I'm writing a program that performs Gauss elimination, and I want to create a GUI for this. For example, if the user wants to input a 2×2 matrix, I want 4 text boxes to appear in the GUI. My problem ...
0
votes
0answers
24 views
Clear all graphical object of a certain type
I created a GUI program with MATLAB, with a menu bar and tabs, each containing a plot, a text box, etc. The problem is that when I select a tab from the menu bar and plot something, the axes objects ...
1
vote
1answer
24 views
Solving The Figure Tab on MATLAB GUI
I'm working with k-means and silhouette in MATLAB GUI. On my MATLAB GUI, there is some push buttons, let us call it 'k-means' and 'silhouette'.
This is the code for the k-means:
[g c] = ...
0
votes
1answer
25 views
Use multiple gui and get data from another gui function in matlab
I want to create a gui program with matlab but i want to use multiple gui. for example I have the main gui function and I want to get data from another gui with edit textbox. In the example below, I ...
0
votes
1answer
30 views
How to use KeyPressFCN in matlab with a function already create?
i'm in seek of information.
Me and a other students like me have to create sound in Matlab. We create them, and we have to create also an interactif interface to play those sound.
So we create a ...
0
votes
1answer
28 views
how to fix the agreement of matrix dimension
I'm a beginner to MATLAB. I created a code that reads a dataset files with type of JPG (same file type) but with different sizes of each file. What I did I read 10 files randomly and put the contents ...
0
votes
3answers
46 views
Retaining a Plot on a Image drawn using impoint function
I have a number of images to be marked with certain fixed number of points. (object tracking)
I am using impoint to make the points on the image and then plot to connect them to each other in a ...
1
vote
4answers
42 views
hierarchy of functions in MatLab
I have been reading someone else's matlab code and I don't know how the code structured. I mean I would like to know the hierarchy of functions, which function uses which function. I am reading the ...
0
votes
1answer
39 views
tic toc command in MATLAB GUI
I'm using tic toc commands to know about the computation speed, however if i use this command it gives output in command window.
I need to minimize all GUI'S to check time taken by my code.
...
0
votes
1answer
22 views
How to disable a button on the uigetpref dialogue in MATLAB?
I am developing a tool for image processing on MATLAB using GUIDE. I have a small snag to correct in it. The question is:
*
The user is asked to select one of the two images on the tool (in
...
0
votes
0answers
50 views
Index exceeds matrix dimensions - MATLAB GUI
In my GUI shown below http://s1273.photobucket.com/user/Chethan_tv/media/CBIR_zpsb48bce14.jpg.html
open push button is used to view image displayed on respective axes. axes display an image, open ...
0
votes
0answers
55 views
MATLAB GUI: Showing Value of Variable in Figure Tab
I'm working with MATLAB GUI. And I'm stuck to show the table/result of the script.
Well, I have this code:
[g,c] = kmeans(cobat,3,'dist','SqEuclidean'); %cobat is the file of mine
y = [cobat, g]
...
1
vote
2answers
44 views
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 is not defined in the pop up menu. The variables; it should be set 'global', so it is ...
0
votes
2answers
38 views
MATLAB: Reading Text File As Numbers (Table)
I'm working with MATLAB GUI.
So, I want users to browse their own table from their computer. When they have browsed, the full path will be written on the static text, and the table (that they browse) ...
0
votes
1answer
47 views
Viewing image displayed on axes
(http://s1273.photobucket.com/user/Chethan_tv/media/CBIR_zpsb48bce14.jpg.html)
Above image is my final output, open push button is used to view image displayed on respective axes.
I've used following ...
0
votes
1answer
38 views
Create a “counter” on matlab from 0:limit-1. The length of counter is not determined in the program
Q- Create a "counter" from 0:limit-1 (for example if you choose 3 it will display 0,1,2). The length of counter is not determined in the program and it should be determined when it is being run and ...
-1
votes
3answers
44 views
How can I refresh input data and update plot in MATLAB GUI?
I am working with Matlab GUI. My problem is the plots are not updated when I change the input data. My code is long but here is the plotting function I am using:
axes(handles.Diagram1)
hold all
for ...
0
votes
0answers
23 views
how save image with better or specificresolution in gui matlab?
I trying save image with the comand 'getframe' but resolution is very low, so I can not give zoom. for now I'm using the code:
[arq,dir] = uiputfile('*.jpg','Output Files');
...
0
votes
2answers
41 views
how to save imageof axes for high resolution in matlab GUI
I trying save image with the comand 'getframe' but resolution is very low, so I can not give zoom. for now I'm using the code:
[arq,dir] = uiputfile('*.jpg','Output Files');
...
-1
votes
1answer
54 views
Setting threshold in MATLAB [closed]
How to set threshold? I'm working on CBIR, code shown below is entropy based search
disp('Entropy Part Starting. . .');
% Open database txt file... for reading...
fid = fopen('database.txt');
...
0
votes
1answer
14 views
zooming in one subplot and then display it in another subplot
I have created a GUI which has 2 subplots.The first one display original image.
How can i do when i want to zoom in first subplot and then display it in second subplot? Thanks in advance
-3
votes
0answers
29 views
It is possible to change the values of the simulink from the Gui? [closed]
I want to build a GUI where I can write values and after pressing the "start" button the simulink should take these values. It it possible?
0
votes
1answer
33 views
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
imagename = fgetl(fid);
if ...
0
votes
0answers
61 views
How to use multiple popup menu in a GUI?
I have a picture that i want to split it .i wrote below code.
for example if i want to split picture into 5X3 just i should put X=5 and y=3 in that. but i want to do that by GUI.
in GUI,i created ...
0
votes
0answers
28 views
MATLAB GUI, accessing objects in multiple windows
Let's say I am working in MATLAB GUI and I created 2 windows. The first window analyze some data and the second window is supposed to show me the result.
How can I pass the data from one window to the ...
1
vote
1answer
41 views
difference between figure window and axes in GUI MATLAB
To display output images I've used below code
function displayResults(filename, header)
figure('Position',[200 100 700 400], 'MenuBar', 'none', 'Name', header, 'Resize', 'off', 'NumberTitle', ...
1
vote
1answer
47 views
How do you force a figure to span multiple monitors in MATLAB?
I'm using MATLAB R2011a on a multi-monitor Linux system (Red Hat Enterprise Linux 6.4). The answer to this may be dependent on what operating system or graphics subsystem you are using.
Run the ...
0
votes
0answers
32 views
unknown image format on axes in MATLAB
I'm working on CBIR, in my GUI I've 6 axes one for query image 5 for resulted images. For displaying images on axes my code is
function displayResults(filename,hObject, eventdata, handles)
% Open ...
0
votes
2answers
51 views
Dynamic grid of images in MATLAB
I'm working on creating a GUI in matlab using GUIDE. However, i'm not exactly sure how to do the following, and was looking for some tips/advice.
Problem
I want to open a directory and display all ...
0
votes
1answer
88 views
displaying images on axes in MATLAB
I have a GUI with 5 axes in it, where images which are stored in text file(notepad) are displayed. Images in text file are not static, it keeps updating with new ones. I mean for first search images ...
0
votes
1answer
53 views
Value of handles.axes in MATLAB GUI
What value will get stored in handles.axes if image is present and if the image is not present?
I want check the condition whether image is present or not, and i implemented this
if handles.axes1==0
...
0
votes
1answer
68 views
Create an array of buttons in matlab GUI
Is there any way to make an array of objects(buttons, static texts, fields, etc. ) whose size is given by the user in matlab gui?
For example the user types 12 in a field and then 12 buttons are ...
0
votes
0answers
58 views
Embed implay in matlab GUI
I would like to play a movie in my GUI, with the ability to pause/stop/play, go to a certain frame, etc. Is it possible to let "implay" be a child of my GUI, operating in an axis or something?
0
votes
1answer
51 views
When I run guide in matlab it opens a blank all gray window. Whats going on?
When I run guide in Matlab, the window that opens is completely grayed out with a title "GUIDE quick start". I am running R2012b in Ubuntu 12.04.2 LTS. Has anyone else run into this problem?
UPDATE 1
...
0
votes
1answer
58 views
Matlab GUIDE GUI Handles change in values after using Load() function?
Inside a GUI that I have made using GUIDE in Matlab. I run into a problem where upon using the Load() function to load a .MAT file all my handles change values. This means that if I had a button that ...
0
votes
0answers
67 views
Matlab GUI: Plotting of lines offset from where they should
I have a question concerning my GUI that has bothered me for some hours now and I cannot get it fixed. The function: I load an image, subset it and plot it as as surf plot.
Afterwards I start a GUI, ...
0
votes
0answers
39 views
Using a P-file code with a m-file: Index exceeds matrix dimensions in Matlab
I have the following error in running a p-file code in MatLab:
VolcFlow
Initialization ...
Choose the input file ...
dx_horiz =
50
Check you representation, adjust the window and ...
1
vote
0answers
47 views
Does Qt Designer offer similar functionality for Python as GUIDE does for MATLAB?
I am currently using GUIDE to build a GUI in MATLAB. When I have finished this project, I would like to rebuild it in Python as I would like to learn more about Python and use it instead of MATLAB to ...
0
votes
1answer
90 views
MATLAB GUI Programming with ODE
I am new to programming and I have to create a matlab gui code with ordinary differential equations (ODE) then graph said equation. The problem I am having is the format where a function for the ode ...
-2
votes
1answer
134 views
Comparing two images in Matlab [closed]
I think this problem will be an easy fix, but it has me confused.
I am working on a project at school to create a slot machine. I already have the random images configured and the GUI set up for ...
0
votes
0answers
20 views
Matlab GUI can not be saved or edited: Error using assert
Whenever I open the Matlab gui, I get the following error:
This error occurs just after I open a blank gui. Also, if I open an already existing GUI and try to edit it, I get the following,
I ...
-4
votes
1answer
55 views
how to implement this Integrate[x^n E^(x - 1), {x, 0, 1}] in matlab [closed]
hi I've search and read but I couldn't solve this one in matlab.
please help me out to solve this problem
integral_0^1 x^n e^(x-1) dx