photo

azdoud youssef


Last seen: etwa 4 Jahre vor Aktiv seit 2017

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Select specific data with conditions from struct ?
Hi, I have the following structure: data I need to select those where data.name = t1 and data.value is between 0.5 and 0.8 ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Select specific data from nested struct ?
Hi, I have the following structure: data I need to select those where data.name = t1 and t6 and this case too : I need...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can I find all points inside a ellipse
clear ,close all; xCenter = 15; yCenter = 10; xRadius = 3.5; yRadius = 8; theta = 0 : 0.01 : 2*pi; x = xRadius * cos(t...

mehr als 6 Jahre vor | 0

Frage


How can I find all points inside a ellipse
I have the bounds of an ellipse in x- and y-coordinates. My end goal is to get a matrix of all x-values and a corresponding matr...

mehr als 6 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How to set data from a given model
I have read about GMM (Gaussian Mixture Model) the mean idea is to generate a model from an unknown distribution. as below ...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to distribute random points according to the Epanechnikov distribution values
I want to get random points according to local maxima of the Epanechnikov distribution, such that the density of points is highe...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Generate random points inside a Epanechnikov distribution
I am trying to generate points inside an Epanechnikov distribution given its parameters. If anyone has a sample code or can help...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten