Statistics
RANK
7,191
of 295,569
REPUTATION
6
CONTRIBUTIONS
3 Questions
2 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
4
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
6 years ago | 1 answer | 0
1
answerHow 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...
8 years ago | 1
Question
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...
8 years ago | 1 answer | 0
1
answerQuestion
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)...
8 years ago | 0 answers | 2
0
answersConfusion 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...
8 years ago | 1