MATLAB Assignment Instructions: This assignment has one problem, summarized below.

engineering

Description

MATLAB Assignment Instructions: This assignment has one problem, summarized below. You will use MATLAB as a tool to develop your solution to the problem for the given test cases, ensuring that your code is flexible for any additional test cases that might be used to evaluate it. All outputs to the command window should be formatted, and intermediate calculations should be suppressed with a semicolon. Use comments to summarize the problem statement and to denote where each task / function call begins in your main script.


Zybooks Assignment Instructions: After developing user defined functions, for credit, use Zybooks to validate that these functions work correctly at intermediate checkpoints listed throughout this prompt. Zybooks can check your function only if you follow the given format for each function header:


 Your functions must have the same names as given in each task 

 The number of inputs and outputs to each of your functions must be the same as given in the prompt. Also, the order in which they are listed in your function header must be the same. However, you are free to use any names you want for your input and output variables. 


If your submitted function does not follow the prescribed format, you will receive zero credit for the Zybooks checkpoint. However, if your submitted function errors for another reason, you will receive partial credit. If your function does not work, inspect the error messages on Zybooks. These error messages have been tailored to help you identify where your error exists. You may submit as many times as you want before the deadline, without any penalty.


Related Questions in engineering category