Community Profile

photo

Flávio


Actif depuis 2012

Statistiques

  • Thankful Level 3

Afficher les badges

Content Feed

Afficher par

Question


How to stop a while loop using a GUI pushbutton?
I have a while loop and I have a STOP pushbutton that breaks the loop. Basically I want to break the loop using the pushbutton i...

plus de 10 ans il y a | 6 réponses | 1

6

réponses

Question


How can I read the point coordinates from a graphic?
I want to read the x and y coordinates of a certain point of the graphic when I click in that point. Is there any way to do it? ...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


How can I interact with a GUI from another GUI? Read the body so I can explain better
I have a GUI with a pushbutton and when I push it I want my other GUI to make something, in this case I want to show a table con...

presque 11 ans il y a | 1 réponse | 0

0

réponse

Question


How can I transfer data from one GUI to another one?
So, I have 2 GUI's that I made using GUIDE instead of using code. And what I want now is, when I push a pushbutton, the second G...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


Is it possible to use a diferent FontSize and FontWeight in gui uitable only in a specified column?
I want to use Fontsize 10 in all columns but in the last one I want to use Fontsize 13. How do I do that? Thanks!

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


I have a vector with classificaition points of various cars and I want to list that classification, how can I do that?
So let me explain. I have a vector with points corresponding to vehicles, for example: vehicle 1= 200 pts vehicle 2= 190 pts...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


How can I delete an axes handle from a GUI?
So let me explain better. I have axes1 in my GUI and I have used 'scatter' to draw something in axes1. Now I want to remove the ...

environ 11 ans il y a | 2 réponses | 0

2

réponses

Question


Is it possible to select multiple options from a GUI listbox without using ctrl+select?
For multiple selection in listbox I know we have to set the max-min to be greater than 1. But by doing this I can only select us...

environ 11 ans il y a | 1 réponse | 1

0

réponse

Question


Is there a way to auto resize a GUI window according to PC's screen size?
I have created a GUI on my pc, but then I tried to use it on another pc with an older screen and the windows got off screen. So ...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


How do I disable a pushbutton while GUI is busy?
So, I have created a GUI with a pushbutton. Since the code takes a little bit to finish, I want to disable the pushbutton whi...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


I want to set axis from gui with a figure that it's plotted in a function. How do I do that?
So I have a GUI with a pushbutton and two axis. In the pushbutton callback, I placed a code with a function I created that make...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


Is there a way to select automatically a specified option of a listbox?
Sorry for my bad English... So I have two listboxes, the second associated with the first. So when I choose an option from th...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


Is it possible to create a GUI table with number of rows and columns specified by the user?
I want to create a GUI that asks user how many lines and columns he wants instead of the usual way (previously creating table in...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


How to add data to a GUI table that was loaded from a file?
So, I was able to create an option that allows user to load data from a specified file (listdlg with list of files) and present ...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


Is it possible to create a sort of pushbutton 'load' and load data from a specified variable or file to a GUI table?
I have a GUI table and I want to create the option of loading data from a selection list, so the user can edit tha file. GUI...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


How to access eventdata from GUI table, to get indices of rows and columns edited?
I want to get the matrix cointaining the indices of rows and columns edited in GUI table. The matrix is within eventdata structu...

environ 11 ans il y a | 1 réponse | 0

0

réponse

Question


How to connect editable data from a GUI table to a pushbutton?
For example, the user can edit data in a GUI table, and then when he pushes a pushbutton 'save', the data is saved in a structur...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


How to create a structure with a name speficied by user in inputdlg?
So I ask what is the name of the structure in an inputdlg, the result is a cell array. The field is named always 'Course' and I ...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


Is there anyway to create a GUI with table and to show a graphic plotting the data as we insert data on table?
Sorry for my bad English. I want to create a table with GUI. The goal is to insert data (x and y coordinates) and click a but...

environ 11 ans il y a | 2 réponses | 0

2

réponses

Question


Is there anyway to 'autosize' the listdlg menu?
I want to create a listdlg depending on some sort of data. The thing is, the user can create new data and add it to the listdlg....

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


How do I plot a function that consists of a variable depending on x?
For example, after some calculations to solve my problem, I get y=x^3. How do I plot that function? I tried to do fplot(@(x) ...

environ 11 ans il y a | 2 réponses | 0

2

réponses

1

réponse