Textbooks.elsevier.com - tools for all your teaching needs.

33) Create an x vector that has integers 1 through 10, and set a y vector equal to x. Plot this straight line. Now, add noise to the data points by creating a new y2 vector that stores the values of y plus or minus 0.25. Plot the straight line and also these noisy points. Ch4Ex33.m % Creates a straight line and also a "noisy" line ................
................