Bresenham optimized for Matlab

An implementation of the classic algorithm with code optimized for Matlab

Vous suivez désormais cette soumission

This code does not use any for loops and takes advantage of Matlabs internally optimized routines to produce a fast, optimized version of Bresenham's line drawing algorithm

Citation pour cette source

Aaron Wetzler (2026). Bresenham optimized for Matlab (https://fr.mathworks.com/matlabcentral/fileexchange/28190-bresenham-optimized-for-matlab), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.1.0.0

Fixed bug which allowed non integer points.
Fixed bug which prevented vertical or horizontal lines.

1.0.0.0