Amin Gan
Followers: 0 Following: 0
Statistica
RANK
255.631
of 295.527
REPUTAZIONE
0
CONTRIBUTI
16 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
68.75%
VOTI RICEVUTI
0
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to define Proportional Integral (PI) controller as a function (from script), to generate C code?
The general form of PI controller is Kp+ Ki/S (laplace). I used this following code: function s=controller(kp,ki) s = t...
circa 8 anni fa | 0 risposte | 0
0
risposteDomanda
How to plot two n*n matrices in same plot?
I have two N1*N1 and N2*N2 matrices (both are same size 5000*5000). Need to plot each column of N1 with each column of N2 ( ...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
How to fit histogram into a graph?
There is a graph which made from mixture Gaussian distribution (attached file). How can I fit histogram bins into that graph....
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
How can I make a normal distribution with n*n matrix?
Matrix A is 1000*1000 in size. I want to make normal PDF of each row( for example A(1,1:1000) and then A(2,1:1000) and...), by ...
quasi 9 anni fa | 1 risposta | 0
1
rispostaDomanda
How to mesh with three set of data?
I have three same size vectors. I use: tri= delaunay(A, B); trimesh(tri, A, B, C) but I am not happy with the result....
quasi 9 anni fa | 0 risposte | 0
0
risposteDomanda
how to multiply one array of vector in another ?
There are two same size vectors,A and B (1*2000 in size). for each value of A must be used in equation below for all B values...
quasi 9 anni fa | 1 risposta | 0
1
rispostaDomanda
how to multiply one array of vector in another ?
There are two same size vectors,A and B (1*2000 in size). for each value of A must be used in equation below for all B values...
quasi 9 anni fa | 1 risposta | 0
1
rispostaDomanda
How to solve equation with n data and select the maximum value of each answer?
I have a vector(A) with 2000 different values(1*2000). I want to solve equation below and for each value of A I have two diff...
quasi 9 anni fa | 2 risposte | 0
2
risposteDomanda
How to add two matrices with two different dimension?
There are two matrices, A and B. A is 1000*1000 dimension. B is 1000*1 dimension. Each value of A is must be add to one...
quasi 9 anni fa | 1 risposta | 0
1
rispostaDomanda
How to remove repeated neighbour numbers?
I have two A and B vectors, for example: A=[9 9 8 7 6 6 6 7 9 9 10 9] B=[1 1 2 3 1 2 3 2 3 2 4 5] I want to keep only o...
circa 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Divide a vector size into indivisible numbers
I have a vector with size of 773 in length. Just want to make an average for every 10 elements, I use following code: A...
circa 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Average of every n elements of two separate vector
I have two different vectors A and B (each has 1000 numbers). Each number of A has a specific value in B (A(i,1)=B(i,1)). Some ...
circa 9 anni fa | 1 risposta | 0
1
rispostaDomanda
How to make average of set of data?
I have two set of data (each 1000 numbers), A and B. Each number of A has a specific value in B (A(i,1)=B(i,1)). for example: ...
circa 9 anni fa | 1 risposta | 0
1
rispostaDomanda
How can I add a fixed interval to a set of data?
I have a vector with N numbers, the vector has downward/upward/downward trend (comes from a set of data). : A=[4 3 1 0...
circa 9 anni fa | 2 risposte | 0
2
risposteDomanda
The Expectation Maximization (EM) algorithm for Gaussian mixture model
I have four (N) Gaussian component with 1000 (M1:M4) random sample for each. The following is the procedure: xn=STD(n)*randn(M(...
circa 9 anni fa | 0 risposte | 0
0
risposteDomanda
Sum of some elements in two separate vectors
I have two different vectors (1000 numbers),A and B for instance. Each number of A has a specific value in B (A(i,1)=B(i,1)). ...
circa 9 anni fa | 1 risposta | 0