photo

Eric Nunes


Dartmouth College

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
1 个回答

排名
12,157
of 300,292

声誉
4

贡献数
8 个提问
1 个回答

回答接受率
0.0%

收到投票数
3

排名
 of 20,908

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,999

贡献数
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 years 前 | 2 个回答 | 0

2

个回答

提问


Defect in chip image.
Finding defective lines?

11 years 前 | 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 years 前 | 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,'...

11 years 前 | 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...

11 years 前 | 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...

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

0

个回答