Community Profile

photo

Md. Asadujjaman


Last seen: presque 2 ans il y a Actif depuis 2020

Statistiques

  • Thankful Level 3

Afficher les badges

Content Feed

Afficher par

Question


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

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

2

réponses

Question


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

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

1

réponse

Question


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

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

1

réponse

Question


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

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

2

réponses

Question


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

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

1

réponse