Engineering Homework Help

Engineering Homework Help. EE 300 SDSU Computational & Statistical Methods of Electrical Engineers Project

It will not take you more than 1 hour to complete this project. (as said by the professor)

All material is provided

The attached Excel file contains a data set on electricity usage across 50 U.S. states in the month of
Dec 2020. We want to examine if the electricity charge rate per kWh has correlation with the electricity
usage. In practice, there are many other factors that affect the energy usage. We’re only concerned about
the electricity charge per kWh here.

You should define x as a vector recording the data for the RATE per kWh and y as a vector recording
the average number of kWh USAGE across the 50 states. You can save your data into a ‘mat’ file by
the MATLAB function save(’data.mat’,’x’,’y’). Next time when you retrieve the data, use the MATLAB
function load(’data.mat’).

Please turn in your MATLAB script in one section and the results/plots in another section.
Attach all in one document

Engineering Homework Help