Skip to content

craigb20/Snowfall-Plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Snowfall-Plot

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.

Installation

  1. Ensure MATLAB R2025a is installed on your system.
  2. Download or clone the repository and navigate to the project directory.
  3. No additional dependencies are required — the project uses built-in MATLAB functions.

Usage

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.

Key Functionality

  • 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

Features

  • Clear labeled plot for easy interpretation
  • Identification of the heaviest snowfall day
  • No external dependencies required

Project Structure

Snowfall-Plot/
└── plotSnowDay.m

Skills Demonstrated

  • MATLAB programming
  • Data visualization and plotting
  • Working with datetime objects and arrays
  • Annotating plots dynamically

Future Improvements

  • Export plots as images or PDFs for reports

License

MIT

About

This MATLAB project plots daily snowfall from November 2014 to March 2015, highlighting the day with the heaviest snowfall.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages