MATLAB Demos From Class

You can download M-files corresponding to class demonstrations from this page. M-files are simply a macro of MATLAB commands that are saved as an ASCII file rather than typed directly into the MATLAB command window.

Instructions:

1. To save the file, click on the file name. This will display the file in the window. You can save it to your machine using the "Save To" command or simply cut and paste to a new editor window.

2. Save the file on your hard drive, diskette or whatever.

3. Start MATLAB. Type the path for your file. For example, if I saved the file in the directory D:\matlab\EE6100, I would type

path(path,'d:\matlab\EE6100')

at the prompt.

4. Then just type the file name (without the .m extension). MATLAB is case-sensitive.

 

 Date

 Description

 file

 October 9
 similarity transformations, transfer functions, simulations

 demo1

 November 6
 phase plane portraits

 demo2