CS99: Homework Assignment #1 Fall 2002 Due at beginning of lab 9/10 ------------------------------------------------------------------------------- Follow these steps: 1) Create an M-File called .m. For example, DIS would create a file called dis9.m. You will see how to run the example in part (4), below. 2) Inside your M-File, write a comment block at the top of the file to indicate your authorship. Use the Homework as specified in the Syllabus. 3) As a collection of comments, explain why you are taking CS99. 4) Write a small program that prints your name and your favorite color. The output should appear on two separate lines. Here's an example MATLAB session: >> dis9.m My name is David I. Schwartz. My favorite color is blue. 5) Save your program and print it out along with the grading guide that is posted along with this file. Staple the grading guide on top of your homework. Submit the work at the beginning of lab. 6) Send your M-File as an e-mail attachment to the course TA (Gun) no later than 8:00 AM on 9/10. You may send the file sooner than the due date, but he will only accept the first submission. 7) Post a message in the newsgroup cornell.class.cs099. In the subject line, write ,,HW1. In the body, say hi! For example, my message would look something like the following: Date: Sun, 1 Sep 2002 19:35:29 -0400 From: David I. Schwartz Newsgroups: cornell.class.cs099 Subject: David I. Schwartz, dis9, HW1 Hi, everyone! Refer to the Communication section of the syllabus for help. -------------------------------------------------------------------------------