Question: Please answer using Matlab Task 4 - Classifying the System Response In the script file, add code to examine the system response (in other words,

Please answer using Matlab
Task 4 - Classifying the System Response In the script file, add code to examine the system response (in other words, the T vector) and determine whether the system is underdamped (overshoots the set point), overdamped (approaches the set point slowly), or near-critically damped (reaches the set point quickly without overshoot). Print a message to the command window for each test case indicating which of the 3 cases the response falls into. For purposes of this assignment, use the following simplified classification scheme: 1) If the temperature overshoots the set point by more than 1%, it is underdamped Application 3: Branching and Looping ENGR 1221 Designed to test skills: conditional statements, for loops 2) If it is not underdamped as defined above, and the final temperature (at t = 50 steps) is more than 1% below the set point, it is overdamped 3) Otherwise, it is near-critically damped Task 4 - Classifying the System Response In the script file, add code to examine the system response (in other words, the T vector) and determine whether the system is underdamped (overshoots the set point), overdamped (approaches the set point slowly), or near-critically damped (reaches the set point quickly without overshoot). Print a message to the command window for each test case indicating which of the 3 cases the response falls into. For purposes of this assignment, use the following simplified classification scheme: 1) If the temperature overshoots the set point by more than 1%, it is underdamped Application 3: Branching and Looping ENGR 1221 Designed to test skills: conditional statements, for loops 2) If it is not underdamped as defined above, and the final temperature (at t = 50 steps) is more than 1% below the set point, it is overdamped 3) Otherwise, it is near-critically damped
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
