
EDOARDO GELMI
Followers: 0 Following: 0
Feeds
提问
I must solve ode equation system but dsolve gives me error
%Geometric and Inertial Parameters E = 70000; %Young's Modulus [MPa] h = 6; %Section Height [mm] b = 25; %Section Width [mm] ...
7 days 前 | 1 个回答 | 0
1
个回答提问
I need to create a cicle in which, for a specific value, it solves one set of equation or another. It doesn't compute.
Lcz = 10; %Contact lenght [mm] delta0 = 25; %Softening Lenght [mm] delta_c = 50; %Decohesion Lenght [mm] sigma0 = 120; %Softe...
11 days 前 | 1 个回答 | 0
1
个回答提问
Supplied objective function must return a scalar value
I have to minimize a function with FMINCON: f = @(x,y) k*x.*(teta_in-y) i create this script to apply fmincon: x0 = [2000,10]...
1 year 前 | 1 个回答 | 0