The threshold velocities have a significant impact on percentage of time on. Assume the following values for other param
Posted: Fri May 20, 2022 2:56 pm
question 4 Cd = 0.1; % no units 5 Af = 1.4; % m^2 = 0.002; % no units 7 mveh = 75; % kg 8 Tm = 3; % Nm 9 GR = 6; % no units 10 11 v low = 12 vhigh = 13 14 % Code to find pcttime for all values of varying parameter 15 16 17 % Code to plot solution 18 19 20
The threshold velocities have a significant impact on percentage of time on. Assume the following values for other parameters: Cd Af Crr mveh Tm GR = 0.1; % no units = 1.4; % m^2 = 0.002; % no units = 75; % kg = 3; % Nm = 6; % no units Produce code that determines the values for the lower velocity threshold, vlow, between 1 and 3 m/s in steps of 0.1 m/s. Set the upper velocity threshold, vhigh to be 5 m/s. Show the results by plotting a graph of percentage time on against lower threshold velocity (i.e. pcttime as the y-axis, and vlow as the x-axis). The y-axis should have the label 'Percentage Time On (%)' and the x-axis should have the label 'Lower velocity threshold (m/s)'. Script e Reset DE MATLAB Documentation 6 Crr 1 clear 2 3% Constants, defined in