Feeds
回答済み
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...
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年 前 | 0
| 採用済み
質問
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年 前 | 1 件の回答 | 0
1
回答質問
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年 前 | 1 件の回答 | 0
1
回答質問
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年 前 | 1 件の回答 | 0

