Question: In Matlab Above is Class19_watts.txt Problem 3 Background Renewable energy is a growing field; however, in order to determine what energy source we should use
Problem 3 Background Renewable energy is a growing field; however, in order to determine what energy source we should use we must understand how much energy we consume. Problem Statement You are an electrical engineer working with renewable energy. The file Class19_watts.txt has the maximum power in Watts required in a house for each day for the month of March. You want to compute the average power requirement for the month of March, print the statement with correct units. You will need to load the data into a vector and compute this average using a while loop. Using tic (0 and toc() determine how long the program took to run and print the results to the screen. Instructions Represent Consider creating a flowchart or algorithm to help solve the problem. . Plan Create a script file named Class 19 App.m Outline the steps your program will take by adding comment statements to your script file. Complete Problems 1-3 Create an Excel Sheet, copy and paste the data from Class19_watts.txt and perform a calculation Implement Evaluate to verify the answer for Problem 3. Document the script file to pdf by typing the following command into the Command Window. publish ('class 19 App', 'pdf) The script file name (no .m extension) must match what is in the single quotes in the publish command. Submit the following o Script file & Command window output PDF generated above o Excel verification
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
