photo

ga56


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
39,169
of 300,364

평판
1

참여
10 질문
0 답변

답변 채택
60.0%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Which Cluster algorithms can I use when I have a Pairwise Distance Matrix?
HI, I applied Dynamic Time Warping to my data and as a result I have a Pairwise Distance Matrix. Which Cluster algorithms ca...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I fit a function to my data that consists of polynoms and gaussian?
I have data that is pretty well explained by a gaussian fit. But some of the data can not be explained that way. So I want to ex...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I create a Hidden Markov Model (HMM) out of continuous Input and discrete Output?
I want to create a Hidden Markov Model. I am trying to use the <https://www.cs.ubc.ca/~murphyk/Software/HMM/hmm.html HMM Toolbox...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What do the Distribution Parameters of fitcnb mean?
What do the Distribution Parameters of fitcnb mean?

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I automatically scale each of the elements of a Vector V to the respective size of the cell of the struct S?
I have a struct called Observations.t0 which has 140 cells -> Observations(1).t0 up to Observations(140).to and every Observatio...

거의 9년 전 | 답변 수: 2 | 0

2

답변

질문


How can I automatically load multiple data files and insert it into one matrix?
I have 10 .mat files with 5 variables each. I want to load them automatically in MATLAB into one Matrix were the values of the v...

거의 9년 전 | 답변 수: 2 | 0

2

답변

질문


How can I calculate the F and p Values for more than 2 numeric vectors with anovan?
How can I calculate the F and p Values for more than 2 numeric vectors with anovan? This is my code: %load data y = [52...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


How do I apply the T-Test correctly?
Hi everyone, I am not sure if I apply the T-Test correctly to my data. In the description it says _"H = TTEST(X) performs a t...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


PCA which Features are kept?
I'm struggeling with the Classification Learner App. I just tried the PCA on my features and it says something like this: Afte...

거의 9년 전 | 답변 수: 1 | 1

1

답변

질문


Automatically creating and editing Fields of struct with for Loop
That is my current code: %% Struct Problem for k=1:5 struct.i(k).m=rand; struct.i(k).n=rand; struc...

거의 9년 전 | 답변 수: 1 | 0

1

답변