A Quick Introduction to Matlab

Finally if you are running the MATLAB version of 4.0 or greater you could use the MATLAB debugger. A list of all the debugging commands are listed in Chapter 1. Remember. The debugger only works on MATLAB function files . To better understand the debugger commands we will work through some examples. Create the following function M-file shown below: ................
................