vendredi 4 juillet 2014

how to make this function periodic?


Vote count:

0




I have wrote this code in MATLAB editor and want this code to be periodic (T = 0.8) HR=75;


E_max=2.0;


E_min=0.06;


t_c=60/HR;


T_max=0.2+0.15*t_c;


t=0:0.0001:t_c;


t_n=t/T_max;


E_n=1.55*(((t_n/0.7).^1.9)./(1+(t_n/0.7).^1.9)).*(1./(1+(t_n/1.17).^21.9));


E=(E_max-E_min)*E_n+E_min;



asked 1 min ago






Aucun commentaire:

Enregistrer un commentaire