Statistik
22 Fragen
0 Antworten
RANG
18.039
of 300.779
REPUTATION
2
BEITRÄGE
22 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
36.36%
ERHALTENE STIMMEN
2
RANG
of 21.084
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.997
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 12 Jahre vor | 6 Antworten | 1
6
AntwortenFrage
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? ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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!
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 13 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
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 ...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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....
fast 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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) ...
fast 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I'm working on a path following vehicle. I have a matrix with the coordinates of the path and I have the actual position of the car. And I want to know what is the next point of the path closest to the actual position. How do I do that?
Basically, I want to know what is the point of the path closer to the point of the actual position.
etwa 13 Jahre vor | 1 Antwort | 0
