The threshold velocities have a significant impact on percentage of time on. Assume the following values for other param

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

The threshold velocities have a significant impact on percentage of time on. Assume the following values for other param

Post by answerhappygod »

The Threshold Velocities Have A Significant Impact On Percentage Of Time On Assume The Following Values For Other Param 1
The Threshold Velocities Have A Significant Impact On Percentage Of Time On Assume The Following Values For Other Param 1 (87.92 KiB) Viewed 24 times
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 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply