Community Profile

photo

Willemijn Wolf


Last seen: etwa 4 Jahre vor Aktiv seit 2016

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Equation with multiple variables: Finding all combinations x1,x2 that lead to certain outcome y.
I have a formula with two variables: x1 and x2 x1 and x2 can both vary in certain regimes: x1 varying in between [x1min x1max...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Inverse Transform method for discrete dataset
Found solution quantiles = linspace(0,1,datasize); [f,x, flo, fup] = ecdf(datavector); %experimental cdf finv = interp1(f,x,...

etwa 4 Jahre vor | 3

Frage


Inverse Transform method for discrete dataset
Hi all I have a dataset that looks like this: The red line I obtained by fitting a distribution via: pd = fitdist(Z_vec,'ke...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


X,Y data of irregular grid, scatter plot with Z data
Dear all, I know that there is the possibility to create a scatter plot using X and Y and reshaping the Z data, such that: Z =...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Convert 3D matrix in 2D data matrix
Hi. I have to create for every x a graph that plots the results of Hquest2 v.s. h for 4 different t's. With Hrow I try to store...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Selecting sequence of data of column vector
I've got a column vector with length 5000, each row containing a binary results (0 or 1). I need to calculate the sum of the 1st...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to create a multi-dimensional cell?
I am working with a toolbox, of which I can't access the source code (.p file). For solving a multi dimensional problem, I need ...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten