Statistics
4 Questions
0 Answers
RANK
135,600
of 300,379
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20,931
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,299
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Invalid initial condition error
I have to solve the sistem of differential equation odesys with the condition imposed in bc vector. I obtain the "Invalid Initia...
7 months ago | 0 answers | 0
0
answersQuestion
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] ...
8 months ago | 1 answer | 0
1
answerQuestion
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...
8 months ago | 1 answer | 0
1
answerQuestion
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]...
2 years ago | 1 answer | 0
