draw into a picture matrix

Draws into a picture matrix (e.g. rgb) consists of: draw_bndry draw_circ draw_clline kochsnow

You are now following this Submission

Draws directly into a multidimensional picture matrix (e.g. rgb).

draw_bndry:
fig = draw_bndry(fig, bndryy, bndryx, clr)
draws specified points (boundaries) into picture matrix (figure)

draw_circ:
fig = draw_circ(fig, circ, clr, cen)
draws boundaries of circle into picture matrix (figure)
fig = draw_circ(fig, circ, clr, cen)
cen == 1 cross on centroid

draw_clline:
varargout = draw_clline(fig, pts, clr, cl, varargin)
draws boundaries of polygonal lines into picture matrix (figure)
cl == 0 not closed, cl == 1 closed but no centroid, cl == 2 closed and centroid
varargin = 'bndry' then varargout = bndry

kochsnow:
varargout = kochsnow(iters,varargin)
makes a picture of the Koch snowflake(utilizing draw_bndry and draw_circ)
made of code from http://www.mathworks.de/matlabcentral/newsreader/view_thread/138798
credits for the snowflake calculation go to Maarten van Reeuwijk
varargin examples:
varargin = 'm', m
varargin = 'save', 'kochsnow%.bmp' % is replaced by iters
varargin = 'show', false
varargout:
can be called with one or no argument as an output
includes 'imfill' from the Image Processing Toolbox. If you don't have the toolbox just comment the line that includes the command 'imfill' and you will get the boundary of the snowflake

Cite As

Sebastian W (2026). draw into a picture matrix (https://www.mathworks.com/matlabcentral/fileexchange/35460-draw-into-a-picture-matrix), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0