photo

Arbenit Kryeziu


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

meer dan 5 jaar ago | 2 answers | 0

2

answers