This document describes a project to develop a vehicle license plate recognition system using MATLAB for image and video processing. The system takes images of license plates as input, performs pre-processing like resizing, filtering and thinning, segments the license plate using horizontal and vertical analysis, and recognizes characters using template matching. It is intended to identify stolen vehicles, catch traffic violations, and enable automated toll collection and vehicle authentication. The system was implemented and tested on images and video frames captured in real environments. Future work could improve nighttime performance and avoid multiple matches or overlapped plates.