photo

Eric Nunes


Dartmouth College

2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
1 답변

순위
12,154
of 300,813

평판
4

참여
8 질문
1 답변

답변 채택
0.0%

획득한 표
3

순위
 of 21,086

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,134

참여
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

답변