Feeds
질문
atan2 breaking ode15s
I have a program that runs ode15s a few thousand times in order to find a particular solution. However, I'm getting many integra...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
ode15s, end if integration tolerance not met
I have a process that uses ode15s thousands of times to solve a system of differential equations with various initial conditions...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
Forward difference gradient vector in multiple dimensions
If I have a function of the form f = @(x) x.^2 then given a step-size h, I can use a forward difference given by ...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Differential Equation Parameter Optimization with Free Time Parameter
I am trying to optimize 3 parameters in a system of differential equations using fminunc. The three parameters are theta0, theta...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Applying multiple values to each (x,y) coordinate point in a 2D Cartesian coordinate system
I have a (3x1) vector V = (V1, V2, V3) and would like to assign these three values to each grid point in an (x,y) coordinate sys...
거의 9년 전 | 답변 수: 1 | 0
1
답변답변 있음
2D advection boundary conditions
Hi Torsten, thanks for your help, if you run the code and see the surface animation you'll see that those methods unfortunately ...
2D advection boundary conditions
Hi Torsten, thanks for your help, if you run the code and see the surface animation you'll see that those methods unfortunately ...
거의 9년 전 | 0
답변 있음
2D advection boundary conditions
Unfortunately this does not seem to fix the boundary conditions, as they still act in the same strange way.
2D advection boundary conditions
Unfortunately this does not seem to fix the boundary conditions, as they still act in the same strange way.
거의 9년 전 | 0
질문
2D advection boundary conditions
I'm trying to produce a simple simulation of a two-dimensional advection equation, but am having trouble with applying periodic ...
거의 9년 전 | 답변 수: 2 | 0