Feeds
提问
Help with ODE45
here is my function that i need to solve with ODE45 function fun1=y(x) alfaf=-12; alfap=-6; pi=180; Kte=23.76; ...
8 years 前 | 1 个回答 | 0
1
个回答提问
Modeling SEM images into 3D
I need to model 3d form of the microstructure images taken from SEM. But I never study on this field. Any idea?
8 years 前 | 0 个回答 | 0
0
个回答提问
How can i fix this? >> GP_Constrained Error: File: GP_Constrained.m Line: 11 Column: 1 This statement is not inside any function. (It follows the END that terminates the definition of the function "confun".)
function f = objfun(x) f =(1 + (x(1) + x(2) + 1).^2.*(19 - 14*x(1) + 3*x(1).^2 - 14*x(2) + 6*x(1).*x(2) + 3*x(2).^2)).*... ...
9 years 前 | 1 个回答 | 0
1
个回答提问
How can i fix this error ? Failure in initial user-supplied objective function evaluation. FMINUNC cannot continue.
f = @(x1,x2) (1 + (x1 + x2 + 1).^2.*(19 - 14*x1 + 3*x1.^2 - 14*x2 + 6*x1.*x2 + 3*x2.^2)).*... (30 + (2*x1 - 3*x2).^2.*(...
9 years 前 | 1 个回答 | 0
