Math 5-385     Fall 2007
Info about using the matlab scripts

Last updated September 18, 2007

{Scroll down to see the contents of this page.}

General intro: The scripts can be downloaded to each student's home directory from the "Downloadable copies" link below. They provide tools for visualizing implicitly defined plane curves, and families of such curves that are better than the most standard Matlab tools and easier to use than the more powerful Matlab tools.

The scripts were written by Rory Mulvaney as part of a Summer `00 REU project. His project report in PDF format is linked below. The report includes descriptions, with examples, of all of the scripts.

Contents

Accessing the scripts from your class account

(An important preliminary step is omitted here.) We will deal with this in class (in the computer lab) on September 12, when I'll show you how to download copies of the scripts to your home directory.

Remote access to your class account

Note: If you don't need to use the scripts and the software (Matlab, Maple, Mathematica, or whatever) is installed at the remote location, then you actually don't need to bother with this process ...
 

A couple of useful Matlab commands

If you've plotted one curve, and would like to plot additional curves on the same figure, then the following two commands are indispensible.

Adding stuff to your drawing

To do a lot of this stuff, you have to start by clicking on the upward pointing arrow on the graphics window toolbar. Alternatively, you can go to the "Tools" menu in the graphics window and click on "Edit Figure".
  • Title.    From the "Insert" menu on the graphics window, choose "Title". You'll see a blinking cursor at the top, where you can type in your title. ¿What if the type is too small?    Well, you can select the title (after you finish typing), go to the "Edit" menu, and click on "Current Object Properties". It will open a new window: if you don't see "Font" somewhere, try re-selecting the title.
     
  • Text,    either for explanation, or further identification.    From the "Insert" menu on the graphics window, choose "Text Box". Once again, type where the cursor appears. And you can fix up the type size and other stuff similarly. Incidentally, if you put an equation in the text box, it is possible to enter exponents by using the usual ˆ symbol. (But when you finish, they just appear as normal exponents.)
     
  • Legend.    From the "Insert" menu on the graphics window, choose "Legend". For definiteness, suppose that you've plotted 3 different curves, whose colors are Red, Green, and Blue. In this case, the legend box will have line segments of these 3 colors with the phrases "data 1", "data 2", and "data 3" next to them in some order. You can edit that text. For instance, if your curves depend on some parameter, say with values 1.95, 2.0, and 2.05, then you can enter c 1.95, etc. appropriately. After entering stuff, you can modify properties similarly to the Title and Text info above.
     
  • Etc.    There's other stuff that you can do. Please feel free to explore the various menus, as much as you'd like.
     

    Printing the graphics window

    Obtaining a color print

    The scripts


    Comments and questions to:  roberts@math.umn.edu


    Back to  the help page index.

    Back to  the Math 5385 class homepage.