photo

Teresa Schubert


Montanuniversität Leoben

Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

3 Questions
0 Réponses

Cody

0 Problèmes
2 Solutions

RANG
172 390
of 301 195

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
0

RANG
 of 21 190

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
94 518
of 173 322

CONTRIBUTIONS
0 Problèmes
2 Solutions

SCORE
30

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • Scavenger Finisher
  • Solver

Afficher les badges

Feeds

Afficher par

Question


Why does it take forever to solve my optimization problem (using ode45 and fmincon)?
To estimate kinetic parameters in a kinetic model, I use experimental data to fit the rate constants in the differential equatio...

environ 9 ans il y a | 2 réponses | 0

2

réponses

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

plus de 9 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

plus de 9 ans il y a

Question


Fitting more than one set of data to system of ODEs
Hello! I tried to solve a kinetic model by fitting experimental data to obtain the kinetic parameters. The system consists of ...

presque 10 ans il y a | 2 réponses | 0

2

réponses

Question


How can I find optimum values for nonlinear system of equations?
I have a set of differential equations, which I already managed to solve and convert into a function handle using matlabFunction...

presque 10 ans il y a | 1 réponse | 0

1

réponse