photo

Arbenit Kryeziu


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten