Community Profile

photo

Mohith S


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Error with ode45
function dy = f(~,y) % y=[9,100]; dont overwrite y D=0.00000001; F=96485; Z=0.000000016; R=0.08206*298; C=0.05; J=-((D*Z*...

3 years ago | 1 answer | 0

1

answer

Question


Getting error with the code in ode45 function
function dy = f(t,y) y=[9,100]; D=0.00000001; F=96485; Z=0.000000016; R=0.08206*298; C=0.05; J=-((D*Z*F*C)/R); dy = J*y;...

3 years ago | 1 answer | 0

1

answer