Sara Jiménez
Universidad Nacional de Colombia
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
40,145
of 301,186
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 21,188
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,292
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How to include a nonlinear constraint in the fmincon when it is a hybrid function in the particle swarm optimization
Hey! I'm writing up a code to find a set of parameters using the particle swarm, besides I'm using fmincon as hybrid function...
8 years ago | 1 answer | 1
1
answerQuestion
How do I pass out a vector of extra parameters using ODE15s
I'm writing up a code to solve a set of i differential equations and for each equation, I have three important parameters, which...
8 years ago | 1 answer | 0
1
answerQuestion
How to adjust parameters in a ode?
I have an equation like this: dy/dt = alpha * x(t) The function x(t) is known and I have experimental data for dy/dt. ...
8 years ago | 1 answer | 0
1
answerQuestion
How to reduce the time?
I'm writing up a code to solve a system of mass balances. The balances are ordinary differential equations, so I used ode23s to ...
8 years ago | 1 answer | 0
1
answerQuestion
Error using odearguments: nputs must be floats, namely single or double.
I'm writing up a code to solve a system of mass balances. The balances are ordinary differential equations, so I used ode45 to s...
9 years ago | 2 answers | 0
