Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

7. Write a MATLAB program in a script file that calculates the average and the standard deviation of a list of grades as well as

7. Write a MATLAB program in a script file that calculates the average and the standard deviation of a list of grades as well as the number of grades on the list. The program asks the user (input command) to enter the grades as elements of a vector. The program then calculates the required quantities using MATLABs built-in functions length, mean, and std. The results are displayed in the Command Window in the following format: There are XX grades. where XX is the numerical value. The average grade is XX. where XX is the numerical value rounded to the nearest tenth. The standard deviation is XX. where XX is the numerical value rounded to the nearest tenth. Execute the program and enter the following grades: 93, 77, 51, 62, 99, 41, 82, 77, 71, 68, 100, 46, 78, 80, and 83.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Marketing Database Analytics

Authors: Andrew D. Banasiewicz

1st Edition

0415657881, 978-0415657884

More Books

Students also viewed these Databases questions

Question

3. What are the current trends in computer hardware platforms?

Answered: 1 week ago