Community Profile

photo

azdoud youssef


Last seen: 4 years ago Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

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

6 years ago | 0

Question


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

6 years ago | 3 answers | 0

3

answers

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 2 answers | 0

2

answers