photo

Eric Nunes


Dartmouth College

2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
1 回答

ランク
11,490
of 300,871

評判
4

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

回答採用率
0.0%

獲得投票数
3

ランク
 of 21,100

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,460

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


Issue with imdistline() function in MATLAB?
I am trying to measure the distance two points on an image and then use that distance as an input for some other function. Here ...

約11年 前 | 2 件の回答 | 0

2

回答

質問


Defect in chip image.
Finding defective lines?

11年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How do I generate a confusion matrix for multi-class example?
You just need to have 2 parameters, the predicted labels and the actual labels. After that just use C = confusionmat(predicted ...

11年以上 前 | 1

質問


Error: Each initial covariance matrix must be symmetric and positive semidefinite.?
Hi, I am trying to fix, a guassian mixture model to the data using the command. obj = gmdistribution.fit(data,maxk,'...

12年弱 前 | 0 件の回答 | 0

0

回答

質問


ERROR: Initial covariance is required, even though I am giving it the covariance in gmdistribution.fit.
I am trying to fit a Gaussian mixture model for data, I am calculated inital means, covariance and Pcomponents , and created a s...

12年弱 前 | 0 件の回答 | 1

0

回答

質問


Kmeans returns negative values in cluster centroids?
I am performing kmeans on a dataset , with 500 points and 1000 dimensions. The dataset is a histogram, where each dimension is a...

12年弱 前 | 0 件の回答 | 0

0

回答

質問


Modifying dlnode.m to allow multiple nodes having the same parent?
Hi, I am trying to build a tree in matlab and for that I am using the <http://www.mathworks.com/help/matlab/matlab_oop/example-...

約12年 前 | 0 件の回答 | 0

0

回答

質問


Importing a pointer with all the data that it points to from C++ to Matlab via mex?
Hi, I am working on a classification algorithm , for which I am training a decision tree in C++, via the mexFunction. I am stor...

約12年 前 | 0 件の回答 | 0

0

回答

質問


Returning a vector from C++ to matalb through mex?
HI, I am trying to return a vector back to matlab using the mex function. I declare a return pointer as, double *retPtr = NUL...

約12年 前 | 0 件の回答 | 1

0

回答