photo

Ondrej


Last seen: 3 years 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

6 个提问
6 个回答

File Exchange

7 文件

Cody

0 个问题
33 个答案

排名
9,078
of 299,784

声誉
4

贡献数
6 个提问
6 个回答

回答接受率
66.67%

收到投票数
0

排名
2,321 of 20,803

声誉
759

平均
4.40

贡献数
7 文件

下载次数
9

ALL TIME 下载次数
7192

排名
15,908
of 165,909

贡献数
0 个问题
33 个答案

评分
330

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

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...

3 years 前 | 0

提问


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...

10 years 前 | 0 个回答 | 0

0

个回答

提问


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...

10 years 前 | 2 个回答 | 0

2

个回答

已回答
Select 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 前 | 0

已回答
Hungary algorithm
Maybe this is what you are looking for: http://www.mathworks.com/matlabcentral/fileexchange/11609

13 years 前 | 0

提问


Fit figure size to textbox
Is there some way to fit the figure size to the textbox? Example: I have a = annotation(... 'textbox','...

13 years 前 | 1 个回答 | 0

1

个回答

已回答
Store 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 前 | 0

| 已接受

已回答
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 前 | 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 前 | 0

| 已接受

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


setXmlStandalone bug?
Hi, I have this problem. If I make this in matlab --- docNode = com.mathworks.xml.XMLUtils.createDocument('root'); docNode.se...

14 years 前 | 2 个回答 | 0

2

个回答