Some tips on using Matlab.

The first five tips are for those using Matlab on the PCs located in the College of Engineering Building, FAMU/FSU. (Note: You must have a unix account in the college of engineering to access Matlab here!)
  1. Start the PC and activate Windows if it is not already activated.
  2. Find the Matlab icon and start it by double-clicking on the icon. This will open up the Matlab command window.
    The Matlab prompt is given by a pair of `greater than' signs i.e.
    >>
  3. At this prompt, you can type any of the Matlab built-in functions or toolbox commands or even your own functions or programs (also called scripts).
  4. Any functions or scripts that you define have to be located only in your directory. In order to access your directory, type
    cd f:
    at the prompt. This will connect you to your Unix home directory!
  5. To see the files and sub-directories in your home directory, type
    dir
    at the prompt. You will be able to see only those files whose names are upto eight characters long and whose extensions are upto three characters long. (Eg. hello.txt , matlab.hw , ECH4323 )
    Always remember that your own files are to be stored in your Unix home directory.


If you are interested in buying Matlab for yourself, go to http://www.mathworks.com and check it out...


The following tips are for all first time users of Matlab. (Note: It is assumed that you are located in the correct directory.)