Help Help Help Diary Diary Help Help Demo
Help Help Help Diary Diary Help Help Demo
In this lab, we will begin to use MATLAB. You must hand in everything
that is underlined.
1. Learn how to invoke MATLAB and familiarize yourself with the help
command. Typing help gives you a list of all help topics. Typing
help topic gives help on specic MATLAB function. Use the help
command to learn about the diary command. Use the diary com-
mand to produce a text le containing the results of typing help help.
Hand in a hardcopy of this le.
2. Be sure to try some of the built-in demos in matlab. Type demo to see
the choices. Try out the ones on basic MATLAB commands such as
convolution.
3. Scan the following sections of the MATLAB tutorial
(http://www.isr.umd.edu/~austin/ence202.d/matlab.html):
Getting Started
Variables
Variable Arithmetic
Matrices
4. Perform the following operations in MATLAB:
(a) Generate the following column vectors as MATLAB variables:
" # " #
x = 4 ; y = 68
2