Arbenit Kryeziu
自 2019 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 1-by-401. Error in fminsearch (line 200) fv(:,1) = funfcn(x,varargin{:});
zahl = [1:1:401]; fun_normal = @(x)(normpdf(zahl,x(1),x(2)) + unifpdf(zahl,0,x(3))); x0=[max(zahl),5,30]; x = fminsearch(f...
6 years 前 | 2 个回答 | 0