Question: IN MATLAB Problem 4: Write a script that prompts the user for an angle input between 0-360 degrees and prints the angle and the nearest
IN MATLAB

Problem 4: Write a script that prompts the user for an angle input between 0-360 degrees and prints the angle and the nearest cardinal compass heading (North, East, South, West - see figure below). Assume that the compass rotates from 0-360 degrees clockwise, where 0 or 360 degrees is true north. Your code should only accept inputs between 0-360 degrees and give an error message if the input is outside this range of angles. Split the 0-360 degrees of the compass into 4 or 8 equal parts, then use conditionals and logic to print the nearest cardinal heading (see figure below). Don't worry about including NE, SE, SW, or NW (unless you have extra time
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
