CS 211 Lesson 11

Program Testing and Debugging

Quote:

"Maturity is the ability to do a job whether or not you are supervised, to carry money without spending it, and to bear an injustice without wanting to get even."  Ann Landers

Lesson Objectives:

Lesson:

I. Programming Concepts

A. Program Errors

B. Program Testing

C. Program Debugging

D. Incremental Code Development

II. MATLAB Concepts

A. The MATLAB Debugger

B. How To Use the MATLAB Debugger

C. Using the MATLAB Debugger is the best way to discover "hard-to-find" bugs in your MATLAB programs!

 

Lab Work: Lab 11

References:  Chapman Textbook: sections 2.13, 3.6