Merse Gaspar
Followers: 0 Following: 0
Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
146.509
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
58.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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 go through each splits of a set?
What is the most effective/shortest solution to this? I want to go through all possible splits of a set and I need the two subs...
alrededor de 1 mes hace | 2 respuestas | 0
2
respuestasPregunta
How to extract indices of matching strings in the following problem?
Suppose I have an ordered string structure like this: {'word1','word2','word3','word4','word5','word6'.etc.} And I have another...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How can I disable fminsearch function to print a warning message?
warning('off') is not workink. Why? I get the following message: Exiting: Maximum number of function evaluations has been exceed...
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
How to intialize a gui panel and make it visible? Why is it different from creating a button? (see example)
function gui_example f = figure('Visible','off','Position',[0,0,600,400]); mybutton = uicontrol('Style','pushbutton','String',...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to define the order of layers/plots and axes?
I have some plots: p1 = plot(...); p2 = scatter(...). p3 = line(..); p4 = fill(...), p5 = imagesc(...); etc. How to do the foll...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Is it possible to handle a slider with an 'on-line' update? I mean, updating the value continously during the sliding.
As far as I see, the callback function is called and executed when the slider is released. But is it possible to update somethin...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Is it possible to plot a curve with changing colours under a single plot?
A would like to plot a curve with different colour line segments, and I need to do it under a single plot handle. Is it possible...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
How to use subroutines inside subroutins in GUI functions?
If I make a function in a GUI function, it can access the global variables of the GUI, so I can use it like a subroutine. But ho...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Is it possible to pass a variable throu a callback function?
My problem is, that I have lots off similar buttons, generated inside a for cycle, and I dont want to write the same number of c...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to write a subfunction inside a GUI function?
I Would like to write a subfunction or subscript inside a GUI, but not a callback function, and I want to use any kind of global...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to put a figure window in the center of the screen?
Is it possible to put a figure (for example a GUI window) in the center of the screen? How to get screen size in pixels, or how ...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
How to 'load' data inside a parfor loop in an effective way?
Let suppose the following general code structure. parfor i = 1:10000 result(i) = myfunc(data(i)); end or parfor i = ...
alrededor de 5 años hace | 1 respuesta | 0