Statistics
RANK
203,453
of 301,436
REPUTATION
0
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,278
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,540
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
please can someone look at this code an find why my runge kutta code don't work at i expect(the coefficient are constant althought they schouldn't). )
sorry i have forgoteen to put the main clc global k1 n1 nn Mn Jm Ra Re Oh p Jg D La %----------------------------------------...
11 years ago | 0
Question
please can someone look at this code an find why my runge kutta code don't work at i expect(the coefficient are constant althought they schouldn't). )
if true % code function yprime = gsm2(t,y) drehz = y(1); strom = y(2); global k1 n1 nn Mn Jm Ra Re Oh p Jg D La ...
11 years ago | 1 answer | 0
1
answerQuestion
Hi everyone im trying to solve a system of coupled ordinary differential equations using ODE45 and i keep getting this error: Error using odearguments (line 90) GSM_N must return a column vector. Error in ode23 (line 112) [neq, tspan, ntspan, next,
i put my code below for you guys to help me find my error thanks function dy = gsm_n(t,y) global D l rho k1 n1 nn M...
11 years ago | 2 answers | 0
