Need Answer PLease help me For this output write the code in
Need Answer PLease help me
For this output write the code in MATLAB V = -(a*vmax*(T - T0))/(T0*(T + a)) O/P: v = a(T0 - T)/T0(T + a)vmaxSolution
Answer :
v = ((TD + a) * b) / (T + a)) - b
v = subs(v,b, Vmax * a(TD);
v = simplifies(v)

