![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14114779_1542012830851_DEF.jpg)
Danny Helwegen
Followers: 0 Following: 0
Estadística
23 Preguntas
0 Respuestas
CLASIFICACIÓN
236.335
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
23 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
91.3%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Why does replacing zeros in the mass matrix by small numbers solve: "DAE appears to be of index greater than 1"?
Hello, I've a set of stiff differential equations that I wanted to solve using ode15s. At small initial concentrations the syst...
casi 3 años hace | 0 respuestas | 0
0
respuestasPregunta
How to solve the 'DAE appears to be of index greater than 1' error for this simple system of equations?
Hey guys, I am trying to solve a set of equations using ode15s and a mass matrix. However, I keep getting the error: Error usi...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
How to control the outcome of an ODE?
Hi everyone, I have a system of ODE's that I solve by a ode15s solver. That all works fine, however, I want to try to controll ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to vary a variable in a system of ODE's?
Hello everybody, I want to make a plot where I from where I can find and show the best value for a parameter. In order to do th...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add values in matrix if in a conditions is met?
Hey everybody, I'm processing some data and i'm stuck at the moment. I have a matrix consisting of 2 columns and about 4000 ro...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to make a heat map using three variables?
Hey, I have an equation calculating the concentration depending on 2 variables (r and theta). I want to make a plot of r vs. th...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Is it possible to use outcomes of functions in another script, without running that function first?
Hello, I had a question about functions. I've a lot of equations and the outcomes of some equations are needed for other equati...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to optimise this equation?
Hey, I have the following equation and I need to optimize this to find the best value for n: Furthermore, I have the followi...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How to integrate this function correctly?
Hey, this seems like a rather simpel problem but I don't seem to get it right. I'm given the following integral: = and the ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to calculate the rate using a given data set?
Hey guys, I need to estimate the reaction rate from given data in excel. To answer this I set up the differential equations and...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Set up a function corresponding to this graph
hi, the following sketch was given to me and i need to set up a corresponding function. One problem, i have absolutely no clue, ...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to solve this system of ODE's
Hi i have a rather simple question, I need to solve a system of ode's of the form Ax = b with given A and timespan and interval....
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to estimate coefficients for a system of ODE's?
Hi guys, I need some help with how to process the code in matlab. I have set up a system of ODE's, got the initial values and ha...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Integrate with Simpson's Rule
Hi i have, probably an easy, problem. I made a function (see the outcome below) and i need to integrate the outcome, but since t...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to solve a 2D PDE with backward Euler?
Hi, i have to solve the 2D heat equation: ∂T/∂t = α∇^2 T = α(∂^2T/∂x^2 + ∂^2T/∂y^2) It is given that at the 4 boundaries the...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get a value from a matrix?
Hi guys, I have a question that on the first glance seems really simple. I have a matrix of 2 columns and I have a value of the ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create a function that lets me choose the output (euler,Rk2 or Rk4)?
Hi guys, I have made an Euler solution, an RK2 and an RK4 solution for the same differential equation and now i want to put thes...
alrededor de 6 años hace | 3 respuestas | 0
3
respuestasPregunta
From rk-2 to rk-4
Hi, I have a problem. I have written the following code for a Runge Kutta 2 but now i want it write a code for a Runge Kutta 4. ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab doesn't save the new variable to the Workspace?
Hi, I have written a code that needs the number of rebounds of moving particles in a 2D box, now I needed to count the number of...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to change a value in an array when a condition is met?
Hi, I have the following array: Velocity = [x, y, velocityx, velocityy] Velocity = 2 9 -1 -1 2 3 ...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to plot the curve of diffrent outputs?
I have written my code and want to plot a curve of N vs D, but the outcome of my code isn't one array it are diffrent arrays. So...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I repeat the code for multiple timesteps?
Hi, I need to write a code to let a particle move multiple timesteps, where the timesteps can be any number (e.g. 2 or 50). The ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Replace a value if a condition is met
Hi, I got a little problem and I hoped someone can help me out. When I have a matrix consisting of 3 columns, I want to replace...
alrededor de 6 años hace | 1 respuesta | 0