photo

ga56


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
39,179
of 300,753

評判
1

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

回答採用率
60.0%

獲得投票数
1

ランク
 of 21,075

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

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

9年弱 前 | 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...

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

1

回答

質問


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

9年弱 前 | 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

回答