Stamatis Samaras
Followers: 0 Following: 0
Statistiques
8 Questions
0 Réponses
RANG
12 005
of 295 495
RÉPUTATION
3
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
3
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Elegant way to create dynamically an array inside a for loop ?
Check the following piece of code. r = magic(5); w = bartlett(5); for j=1:10 b1(j)=sum(r(1,:).*w'*j); ...
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How to do the following in a simpler and smarter way?
The following code prepares the labels for some classes. We have standard 12 elements of 1,2,3,...,21 one after another. Now is ...
environ 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to extract data from a cell in a specific way ?
Suppose I have the following code for n = 1:21 sz = [23,42000]; data = cell(sz); for k = 1:12 ...
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
How to choose initial component parameters with gmdistribution.fit ?
I am training a Gaussian Mixture Model through gmdistribution.fit. However, as far as I am concerned my initial component parame...
environ 11 ans il y a | 1 réponse | 2
1
réponseQuestion
How to make a 1xNxM array NxM ?
I think question says everything ,in fact I have a 1x23x13 array that i need to make it appear as 23x13.
plus de 11 ans il y a | 1 réponse | 1
1
réponseQuestion
How to put a list of different arrays, one below another, to create a new array ?
What I am asking is similar to this example, I have y1,y2,y3 manually created and I want my final array to be data =...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to put a list of different arrays, one after another, to create a new array ?
What I am asking is similar to this example, I have y1,y2,y3 manually created and I want my final array to be data = [y1...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to read AMR files or Convert them to WAV with Matlab?
I have some AMR files captured by cell phone , and I want to use them as data for some later use, I can convert them with some e...
plus de 11 ans il y a | 1 réponse | 0