Estadística
20 Preguntas
2 Respuestas
CLASIFICACIÓN
19.002
of 295.467
REPUTACIÓN
2
CONTRIBUCIONES
20 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
80.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Why do I receive this error while classifying by GMM? (gmdistribution.fit)
I am trying to classify the data set of handwritten digits (0-9) by Gaussian mixture models, with 2 mixtures. The training data ...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
how to export a matrix
hi all, i'm trying to export a matrix "f" that is double. My data in f are real numbers in three columns. I want a txt file as a...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to divide a long vector into several vectors of known length
Dear all, Is there a way to divide a vector into several vectors of known length? lets say my vector is: IDX = [1 2 1 ...
casi 10 años hace | 1 respuesta | 1
1
respuestaHow to write such a loop?
I tried to make it for 2 data vectors, as follows: clear all close all clc % data d1 = [10 3 44 33 4 1...
casi 10 años hace | 0
Pregunta
How to write such a loop?
Hello everybody, I have two data vectors: d1 and d2, I have passed them through a segmentation algorithm, and the resulted class...
casi 10 años hace | 2 respuestas | 0
2
respuestasHow to concatenate several matrices into one matrix?
Hello, sorry for answering so late, my problem is unfortunately more complex than what I had imagined. I'll try to post it again...
casi 10 años hace | 0
Pregunta
How to concatenate several matrices into one matrix?
Hello all, I have 3696 matrices with different number of rows but similar number of columns. Is there a way to concatenate t...
casi 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Error using | "Inputs must have the same size."
Hello everybody, I have made the attached kmeans clustering algorithm for un-predefined number of clusters. It is supposed to...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to pass a cell to a function?
Hello, I have a cell array of size (1344X1). each cell element contains a matrix: first row: 22x40 double, second row 22X52...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
The correct way of importing data from a specific format
Hello all, In my project I have a set of files with a specific format (.acs). I saved the files as .txt format, (because I c...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Dir command addresses one extra file
Hello all, I have a folder containing 9 .htk files. I need to use "dir", and then "readhtk" in a loop to import them to MAT...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How to plot multiple plots in a loop ?
Hello all, I want to plot 2 graphs in each loop so that they will appear in two separate figures, with consecutive number ord...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to do it?
Hello all, Is there any tutorial to learn implementing a flow chart in MATLAB? By flow chart, I mean something like this: ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
"too many output arguments" when using kmeans
Hi all, Im trying to cluster a set of data points using kmeans. but each time I receive the many output arguments error.I eve...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
A very basic question : How to dequantize this matrix?
Hello all, I have quantized matrix L by Quantization matrix Q : K = floor( L. / Q + 0.5 ) ...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
A very basic question about nested for loops
Hello all, There are 2 persons, which each are pronouncing 9 vowels 10 times (I have in total 2*9*10 sound files). I've deriv...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
How to choose 2 people randomly among 12 ?
Hi all, Here is my question: I have a group of 12 peoples, Now I want to make a mini group by picking 2 of them by random. I...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
How to make for loop ?
Hello everyone, I have a folder (database) containing some wav files , and I want to read each of them to extract some featur...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Zero padding or not?
Hello all, I want to estimate the spectrum of a part of a signal by using an 1024 point FFT. The length of the excerpt is 64...
alrededor de 11 años hace | 1 respuesta | 1
1
respuestaPregunta
taking FFT from a part of the signal
Hello all, I have a sound signal in time domain , How can I take the FFT of a excerpt of it, say a 40ms section from 0.026sec t...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Basic question again : How plot a finite length rectangular pulse
Im trying to plot this signal: x(n)=1 for n=2:4 . I tried by rectpuls : figure n=2:4; y=rectpuls(n); stem (y); But su...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
A very basic question about plotting a signal in the time domain
Im trying to plot a sound file by the following code, but I get this error each time:_* Vectors must be the same lengths*_. What...
alrededor de 11 años hace | 1 respuesta | 0