Matlab question
The data you will analyse is distribution zone substation datacollected for the financial years 2005 to 2017. It is available athttps://cloudstor.aarnet.edu.au/plus/s/3Ffy7Qq3ps3i3vj withpassword ELEC2103#Assignment.
1. Write a sub-routine to load some or all of the Ausgriddistribution zone substation data into a useable format inMATLAB.
2. Write a sub-routine to analyse the data in MATLAB bymodelling/fitting it, using regression, classification, ANOVA orother machine learning methods. You may wish to pre-process thedata in order to extract some interesting values or variables ofmerit (e.g. compute daily loads, extract monthly peak loads, etc).Briefly explain your model.
3. Write a sub-routine that makes some assessment of thestatistical errors or goodness-offit of your model and returns orprints them in your report. Explain these figures.
4. Make appropriate use of plots and/or charts in yourreport.
5. In your main script, include a call to at least one customfunction that you have written in a separate m-file.