photo

Negar


Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

20 Questions
2 Réponses

RANG
19 002
of 300 352

RÉPUTATION
2

CONTRIBUTIONS
20 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
80.0%

VOTES REÇUS
2

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

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

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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 ...

presque 10 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

presque 11 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
How 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...

presque 11 ans il y a | 0

Question


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...

presque 11 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
How 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...

presque 11 ans il y a | 0

Question


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...

presque 11 ans il y a | 3 réponses | 0

3

réponses

Question


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...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 11 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


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: ...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


"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...

presque 11 ans il y a | 1 réponse | 0

0

réponse

Question


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 ) ...

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Question


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...

environ 12 ans il y a | 2 réponses | 0

2

réponses

Question


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...

environ 12 ans il y a | 2 réponses | 0

2

réponses

Question


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...

environ 12 ans il y a | 2 réponses | 0

2

réponses

Question


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...

environ 12 ans il y a | 1 réponse | 1

1

réponse

Question


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...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 12 ans il y a | 1 réponse | 0

1

réponse