photo

Daniel


Apple Inc

Last seen: 5 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
2 个回答

排名
7,183
of 300,364

声誉
6

贡献数
3 个提问
2 个回答

回答接受率
33.33%

收到投票数
4

排名
 of 20,934

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,407

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How to set the seed of cvpartition
I would like to partition a set of training data the same way (randomly) over different iterations of the code. How can I set th...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
How can i read TIMIT transcripts and phn files in MATLAB? Thanks
I found <http://www.mathworks.com/matlabcentral/fileexchange/23843-matlab-audio-database-toolbox this FileExchange> to be useful...

9 years 前 | 1

提问


How to make a root locus plot square aspect ratio
I have tried: s = tf('s'); sysL = (s^2+1)/(s*(s^2+4)); rlocus(sysL); v=[-4 4 -4 4]; axis(v); axi...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Adjusting Parameters for G.729 Voice Activity Detection Algorithm
I am currently attempting to use the MATLAB implementation of the G.729 VAD algorithm (included with my version of MATLAB 2015b)...

9 years 前 | 0 个回答 | 2

0

个回答

已回答
Confusion Matrix of cross validation of an ECOC SVM classifier
Yes. If you examine the |crossval| object you will see an attribute called |Trained|. It contains k classifiers where k is the n...

9 years 前 | 1