Introduction to Matlab

References:

  1. Hahn & Valentine, "Essential MATLAB for Engbineers and Scientists", Fourth Edition, Chapter 1

Downloading and Installing MATLAB

  1. Go to http://www.uic.edu and search for "WebStore"
  2. Once you get to the webstore, select "Personal Purchase" and "login"
  3. When logging in you must give your full UIC e-mail address, e.g. astudent@uic.edu
  4. Next search for "Matlab" in the product search box. Select a delivery method, add it to your cart, and proceed to checkout.
  5. On your order receipt you want to look for several important items:
    1. The license file is the top download item. You need this file regardless of your platform, and you need to remember where you download it to. ( You will have to select it later on in the installation process. )
    2. You also need to download an appropriate version of the software for your particular hardware platform. I recommend getting the most recent version, but beware that the labs may have an older version installed.
    3. There is a very long number called the file installation key, which you will need to "type in" during the installation process. Obviously you want to cut-and-paste this, so you may want to keep your browser open to this page while doing the installation. ( Otherwise cut-and-paste the number into some text file where you can get at it later. )
    4. Click on the line that says "Click here for Matlab installation instructions" for the rest of the instructions on how to install Matlab.
  6. Note that you can always get back to your order receipt by logging into the WebStore and selecting Order History.
  7. Follow the instructions, and note these special points:
      1. You must run the installation program AS ADMINISTRATOR.
      2. In step 4, select "Install without using the internet".
      3. Step 6 requires the file installation key, which is that really big number you want to cut-and-paste.
      4. In step 7 you can decide whether to install the entire Matlab package, or only some of it. If you have enough room, I recommend installing the whole thing, with all the toolboxes. If you pick and choose, please include the Image Processing Toolbox, as this course often makes use of that toolbox.
      5. In step 10 you need to browse to the license file that you downloaded earlier.
      6. Item 12 says the installatin may take several minutes. THAT IS AN UNDERSTATEMENT. Depending on your connection, it may take several hours, or overnight. ( Which may make it worth the $5 to get a CD version instead of a download version. )
  8. The last step of the Matlab installation instructions points to the VPN page. Follow that link ( and a few more ) to get to the VPN download and instructions.

Downloading and Installing Virtual Private Network, VPN

The MATLAB Working Environment

The most important features of the Matlab working environement are shown in the image below, and described in the bullet points that follow. Note that the Matlab environment is highly configurable, which means that it may not look exactly like this on your machine. ( You can try selecting Desktop -> Desktop Layout -> Default from the menubar, but that may still not give you this exact configuration, depending on your particular version. )

Five Important Windows

Other Important Features

Quick and Dirty Matlab Script Files