Danny Helwegen
Followers: 0 Following: 0
Statistics
23 Questions
0 Answers
RANK
126,711
of 295,527
REPUTATION
0
CONTRIBUTIONS
23 Questions
0 Answers
ANSWER ACCEPTANCE
91.3%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
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...
2 years ago | 0 answers | 0
0
answersQuestion
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...
3 years ago | 0 answers | 0
0
answersQuestion
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 ...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 2 answers | 0
2
answersQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 2 answers | 0
2
answersQuestion
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 ...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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, ...
6 years ago | 2 answers | 0
2
answersQuestion
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....
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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 ...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 3 answers | 0
3
answersQuestion
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. ...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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 ...
6 years ago | 2 answers | 0
2
answersQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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 ...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0