Statistics
RANK
8,681
of 295,527
REPUTATION
4
CONTRIBUTIONS
6 Questions
6 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
2,293 of 20,242
REPUTATION
756
AVERAGE RATING
4.40
CONTRIBUTIONS
7 Files
DOWNLOADS
13
ALL TIME DOWNLOADS
7161
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException using CreateTable() / Java
What worked for me was to replace the line tab.TableScrollPane.setRowHeader(''); with tab.TableScrollPane.setRowHeaderView(j...
2 years ago | 0
Question
Uitable tooltip appearance time
I would like to know if it is possible to set the appearance time for tooltips in uitable. I would like to see the tooltip immed...
9 years ago | 0 answers | 0
0
answersQuestion
Deleting elements from vector
I am removing some elements from a (long) vector. I am wondering which is the faster method in general (or better per se). Remov...
9 years ago | 2 answers | 0
2
answersSelect every Nth row from number groups
If the n "trains" of ones have the same length always, then this probably what you want: result = repmat(find(diff([0 a])==...
10 years ago | 0
Hungary algorithm
Maybe this is what you are looking for: http://www.mathworks.com/matlabcentral/fileexchange/11609
12 years ago | 0
Question
Fit figure size to textbox
Is there some way to fit the figure size to the textbox? Example: I have a = annotation(... 'textbox','...
12 years ago | 1 answer | 0
1
answerStore value into matrix, and then perform calculation upon each element
I guess you want to do X(i) = betainv(u(i),2,3); Y(i) = logninv(u(i),5,3); you either missed the u(i) index, or y...
13 years ago | 0
| accepted
converting cell to matrix
Straightforward answer to your question title may be - look for cell2mat function in matlab. But maybe I am completely wrong and...
13 years ago | 0
reset(symengine) does not work
Bug solved under bug ID: 1-GLMOLN. Matlab documentation should be updated + necessity to call 'clear mex' after calling reset.
13 years ago | 0
| accepted
Question
reset(symengine) does not work
If I do reset(symengine); inmem; I still see |symengine| and |mupadengine.mupadengine| in the memory. Does it mean t...
13 years ago | 1 answer | 0
1
answerQuestion
Memory leak in symbolic toolbox?
If I try this simple code: W = 1/100*ones(100); W = sym(W); x = rand(100,1); for i=1:10000 x = double(W*x); end ...
13 years ago | 0 answers | 0
0
answersQuestion
setXmlStandalone bug?
Hi, I have this problem. If I make this in matlab --- docNode = com.mathworks.xml.XMLUtils.createDocument('root'); docNode.se...
13 years ago | 2 answers | 0