Getting Started with M-Lab - PC's


First fire up MATLAB by clicking on the icon or going through "start --> programs --> matlab." From within the MATLAB window, type

addpath J:\unity.ncsu.edu\users\b\boos\www\mlab\mfunctions
load st370data

This loads all the datasets and functions needed for M-Lab. If you type helpdesk then Netscape will come up with the MATLAB Help Desk. We suggest bookmarking this page and also clicking through some of the aids like Getting Started. Perhaps the most important function within MATLAB is the help function. And within M-Lab, a useful command is

help mlab

which lists the main functions needed for M-Lab.

To exit MATLAB, just type quit.