Statistik
4 Fragen
0 Antworten
RANG
158.531
of 300.379
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
0
RANG
of 20.931
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.299
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Not enough input arguments error. where am I going wrong here?
bbfun = @(x1,x2) (4-2.1.*x1.^2+x1.^4/3).*x1.^2 + x1.*x2 + (-4+4*x2.^2) .*x2.^2; [x1,x2] = meshgrid(-2:1/500:2, -1.5:1/500:1.5)...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
'Matrix dimensions must agree error'
bbfun = @(x1,x2) (4-2.1.*x1.^2+x1.^4/3).*x1.^2 + x1.*x2 + (-4+4*x2.^2) .*x2.^2; x1 = -2:1/100:2; x2 = -1.5:1/100:1.5; pltv...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I find the quadratic approximation using this equation?
I'm trying to find quadratic approximation using the equation: y = c1*x1^2+ c2*x1*x2+c3*x2^2+a1*x1+a2*x2+b This equation recei...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Creating a sampling plan using Latin Hypercube Sampling?
I'm trying to create a sampling plan X = [x1T x2T] with 20 points using LHS. So far I've gotten here by referring to the Matlab...
mehr als 5 Jahre vor | 0 Antworten | 0

