QUESTION 8 The WVU emissions lab collected engine data which you have as a 1200 element vector in your Matlab workspace
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
QUESTION 8 The WVU emissions lab collected engine data which you have as a 1200 element vector in your Matlab workspace
QUESTION 8 The WVU emissions lab collected engine data which you have as a 1200 element vector in your Matlab workspace named "Torque." Which MATLAB command will correctly determine how many times the torque was less than 300 ft-lbs O torque_under_300= count(Torque<400) torque_under_300 = (Torque<300) torque_under_300= times(Torque<300) O None of these is correct O torque_under_300-sum(Torque<300)