Community Profile

photo

Jibeom Hong


Last seen: 10 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Explorer
  • Thankful Level 1

View badges

Feeds

View by

Question


multiple if elseif statement
How can solve this (using if and esleif statement)? if lambda_theta <= 0 F_lambda_theta2 = 1 - ( (-12.986 * lambda_th...

1 year ago | 1 answer | 0

1

answer

Question


How do solve four variables with one equation using Runge-kutta?
clear h= 0.001; tfinal = 0.2; t(1)=0; v(1)=3.388; lc(1)=0; z(1)=0; f=@(t,v,lc,z) (((0.015*log((sqrt(0.015+z)+sqrt(z))/0.01...

3 years ago | 1 answer | 0

1

answer