This MATLAB project plots daily snowfall from November 2014 to March 2015, highlighting the day with the heaviest snowfall.
Note: This project was created for academic and learning purposes. It is not intended for production use.
- Ensure MATLAB R2025a is installed on your system.
- Download or clone the repository and navigate to the project directory.
- No additional dependencies are required — the project uses built-in MATLAB functions.
Open MATLAB, navigate to the project folder, and run the main script plotSnowDay.m. The script will generate a plot showing daily snowfall, with the maximum snowfall day highlighted and labeled.
- Plots daily snowfall using a blue line with markers
- Highlights the day with the maximum snowfall in red
- Annotates the maximum snowfall value above the marker
- Converts Month, Day, Year into MATLAB datetime objects for accurate plotting
- Clear labeled plot for easy interpretation
- Identification of the heaviest snowfall day
- No external dependencies required
Snowfall-Plot/
└── plotSnowDay.m
- MATLAB programming
- Data visualization and plotting
- Working with datetime objects and arrays
- Annotating plots dynamically
- Export plots as images or PDFs for reports