Feeds
提问
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)...
5 years 前 | 1 个回答 | 0
1
个回答提问
'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...
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 0 个回答 | 0

