SUNY Geneseo Department of Computer Science
Monday, February 17
CSci 120, Spring 2014
Prof. Doug Baldwin
Online notes delayed by disk space problems on Web server
Characters in 3rd argument to plot?
x = linspace( -5, 5, 101); y = x .^ 2; plot(x,y)
plot(x,y,'r')
plot(x,y,'m--')
Smooth curves in computer graphics are just lots of very short straight line segments.