Feeds
提问
Function 'pdf' doesn't return pdf values
I have a problem with the function pdf. I have this code: estim_KDE = fitdist(data, 'kernel'); x = low:(abs(low-high)/...
11 years 前 | 2 个回答 | 0
2
个回答提问
how to make computations with a cell array?
I have a cell array: results = {5,2}; that is: results = [1x5 double] [1x1 prob.NormalDistribution ] ...
11 years 前 | 2 个回答 | 0
