photo

AkB


Last seen: 21일 전 2023년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Minimum distance between 2 points
I have 10 points distributed randomly. The x-coordinates and y-coordinates of the points are X=rand(1,10) and Y=rand(1,10). I ne...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Help in creating video for particle trajectory
I have position vectors as a function of time., say, x=[1 X 100] , z=[1 X 100] , where time vector is t=[1 X 100] plot(x, z) g...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Problem with Frequency distribution plot
I have a scatter plot in (x, z). I need to plot a frequency distribution of z-values as a function of x. Please suggest.

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Problem with time steps in Runge-Kutte method
I am solving 6 ODEs with Runge-Kutte method. But I get different results with different time steps. Please suggest how to deal w...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Problem using 4th order Runge-Kutta method
I am solving 3 equations using Runge-Kutta method. But the solution doesn't match with exact solution. Please suggest where am I...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Problem solving simultaneous ODEs using 4th order Runge-Kutta method (Too many input arguments.)
I am trying to solve 6 ODEs simulataneously (three 2nd order and three 1st order). I am solving it using 4th order Runge-Kutta m...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Applying updated initial conditions at every points of tspan and solve system of ODE using ode45
I am solving 6 ODEs (3 are of 2nd order and 3 are of 1st order) simultaneously. I need my code to be such that the initial condi...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


ode45 with a array of vector
I am solving 6 ODEs simultaneously. My eqns are: eq1 = diff(x,t) == u1+vp.*p1 ; eq2 = diff(y,t) == u2+vp.*p2 ; eq3 = diff(z,t...

1년 초과 전 | 답변 수: 1 | 0

1

답변