Stamatis Samaras
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
14.750
of 302.049
REPUTACIÓN
3
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 21.520
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 178.520
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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); ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 13 años hace | 1 respuesta | 2
1
respuestaPregunta
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.
alrededor de 13 años hace | 1 respuesta | 1
1
respuestaPregunta
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 =...
alrededor de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 13 años hace | 1 respuesta | 0
