top of page
CPMSE Worked Examples
The program has three functions:
The function snow(n) will take as an input argument a number n to paint a number of segment lines
The function kline will take the coordinates and make the divisions in the lines
The function plotline will take the coordinates and paint a line using the matlab function line(x)
bottom of page