Merse Gaspar
Followers: 0 Following: 0
Statistics
12 Questions
0 Answers
RANK
146.509
of 295.467
REPUTATION
0
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
58.33%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
ongeveer een maand ago | 2 answers | 0
2
answersQuestion
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...
ongeveer een jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer een jaar ago | 2 answers | 0
2
answersQuestion
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',...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan een jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan een jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan een jaar ago | 2 answers | 0
2
answersQuestion
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 = ...
ongeveer 5 jaar ago | 1 answer | 0