Md. Asadujjaman
Followers: 0 Following: 0
Statistica
5 Domande
0 Risposte
RANK
209.004
of 295.467
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 153.912
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 draw a random number from Cauchy Distribution with a particular mean and standard deviation?
We can generate a random number from the normal distribution with mean parameter mu and standard deviation parameter sigma using...
oltre 3 anni fa | 2 risposte | 0
2
risposteDomanda
How to .txt or .rcmp file data with separated by colon?
Hi, I need to read the following data in Matlab from txt or .rcmp file. 11 0 1 1 0 0 0 0 0 4 1:2 1:3 1:4 1:...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Conversion of Cell elements to matrix elements
I have the following cell: x{1,1}={1,5,3} x{1,2}={2} x{1,3}={} x{2,1}={2,4} x{2,2}={5,3,1} x{2,3}={} Now, I want to conve...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
How can I check that a newly generated sequence is already in the existing structure list or not?
Suppose I have a sequence list as follows: pp(1).x=[1 2 3 4]; pp(2).x=[3 2 1 4]; pp(3).x=[1 2 3 4]; pp(4).x=[2 1 3 4]; ...
oltre 4 anni fa | 2 risposte | 0
2
risposteDomanda
How to make a structure unique?
emp.x=[]; emp.info=[]; emp.fit=[]; pop=repmat(emp,1,1); pop(1).x=[1 2 3 4]; pop(2).x=[3 2 1 4]; pop(3).x=[1 2 3 4]; p...
oltre 4 anni fa | 1 risposta | 0