photo

Ondrej


Last seen: 3年弱 前 2011 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

6 質問
6 回答

File Exchange

7 ファイル

Cody

0 問題
33 解答

ランク
9,017
of 297,716

評判
4

コントリビューション
6 質問
6 回答

回答採用率
66.67%

獲得投票数
0

ランク
2,308 of 20,469

評判
757

平均評価
4.40

コントリビューション
7 ファイル

ダウンロード
10

ALL TIME ダウンロード
7177

ランク
15,163
of 159,428

コントリビューション
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年弱 前 | 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...

9年以上 前 | 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年 前 | 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年 前 | 0

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

約13年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年弱 前 | 2 件の回答 | 0

2

回答