1a) Convert the Berkeley Madonna code listed below to a Forrester…

Question 1a) Convert the Berkeley Madonna code listed below to a Forrester… 1a) Convert the Berkeley Madonna code listed below to a Forrester Diagram. 1b) Convert Berkeley Madonna code to Matlab (submit your m.file)  METHOD RK4 DT=1e-4STOPTIME=200 { conc = ug/l } INIT TSH =1.5INIT TH =30 Qmax=2 Kth=50Ktsh=1Rth=0.031Rtsh=5.Mth=20Smax=10n=3 ddt (TH) = THsecr-THremoval THsecr = Qmax*TSH/((Ktsh+TSH)) THremoval = Rth*Mth ddt (TSH) = TSHsecr – TSHremoval TSHsecr = Smax* Kth^n/ (Kth^n + TH^n) TSHremoval = Rtsh * TSH  Math Statistics and Probability matlab Share QuestionEmailCopy link Comments (0)