Estadística
22 Preguntas
0 Respuestas
CLASIFICACIÓN
18.039
of 295.527
REPUTACIÓN
2
CONTRIBUCIONES
22 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
36.36%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 11 años hace | 6 respuestas | 1
6
respuestasPregunta
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? ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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!
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 11 años hace | 0 respuestas | 1
0
respuestasPregunta
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 ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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....
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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) ...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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.
casi 12 años hace | 1 respuesta | 0