Question
Write an executable script file (m-file) that takes no input and uses the switch/case structure on the function below to incorporate an user integer input
Write an executable script file (m-file) that takes no input and uses the switch/case structure on the function below to incorporate an user integer input (x) to give an output (y). Also, incorporate a continue command in your program code when executing the Not Allowed x values. Have your code prompt the user to add another integer input while notifying them that the value is Not Allowed.
Code is in matlab, CANNOT use elseif statements for this even though it's much easier to do so with them. Honestly just confused how to get the ranges of values I need for the cases especially because there's negative values.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started