You are tasked with analyzing a dataset containing temperature readings for a weather station. The dataset is stored in a CSV file named “weather_data.csv” with two columns: “Date” and “Temperature (Celsius)”. Your goal is to write a MATLAB script to perform the following tasks:
Load the dataset into MATLAB.
Calculate the mean, median, and standard deviation of the temperature readings.
Plot a line graph of the temperature readings over time (Date).
Find and display the date when the highest temperature was recorded.
Write a MATLAB script that accomplishes these tasks and explain the steps involved in your script.