photo

Peter Mühlenbrock


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
167,236
of 301,313

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,236

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,955

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Answered
Fitting function to ecdf plot
Iw ill close this, as I found a solution. %----access all xy data----- d = findall(gcf, '-property', 'xdata'); xydatas = a...

6 years ago | 0

| accepted

Question


Fitting function to ecdf plot
Hi I am looking for a way to fit function g to the ecdf-plot I produce as follows. T = 1000; cens = (y>T); ecdf(y,'Functio...

6 years ago | 1 answer | 0

1

answer

Question


Plot and fit exponential decay probability of population
Hello I have a population example=[1,1,2,4,NaN,NaN,10,200,50] were each value is the time were the respective element of t...

6 years ago | 1 answer | 0

1

answer

Question


How can I automatically assign figure title in doubled for loop
Hello, I create a set of plots using following code. Now I would like to automatically assign each figure a title with the varia...

6 years ago | 1 answer | 0

1

answer