Line Drawing by Bresenham Algorithm

Bresenham Line drawing Algorithm uses error for next pixel to decide its course.
2.6K Downloads
Updated 11 Oct 2009

View License

This code implements Bresenham Line Algorithm with slight modification of error term in respect of computation efficiency that it does not require any division process. Hence it is more efficient. Also it has been generalized to draw lines of any slope. Point input order is thus insignificant. I hope this code would be helpful.

Cite As

Chandan Kumar (2024). Line Drawing by Bresenham Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/25544-line-drawing-by-bresenham-algorithm), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP3
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on ECG / EKG in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0