![]()
Module 2: Introduction to Programming/Connect From lecture on Monday, Feb. 2, we examine the environment of MATLAB.
Command Window - where you type commands, enter data, print results, and more. You recognize this window by its prompt
>> Graphics Window - created dynamically each type a plot is created.
Edit Window - created dynamically when you issue the MATLAB command edit
You can experiment with using the MATLAB edit window, or using pico for editing and I would like to hear from students on their preference.
The MATLAB script demo205 presented an introduction on the different data constructs in MATLAB and this was reviewed.
Information on the MATLAB workspace is found from the command
whos which you should use frequently while exploring to become comfortable with the information it provides on your variables.
Page author: Dr. Kris Stewart
URL: http://www.stewart.cs.sdsu.edu/cs205/module2/Connect.html
Last updated: Feb. 2, 1998