<?xml version='1.0' encoding='ISO-8859-1' ?>
<!-- $Revision: 1.4 $ $Date: 2000/09/08 01:47:18 $ -->

<toc version="1.0">

<tocitem target="gs_colle.html">Getting Started

<tocitem target="ch1intro.html">Introduction
    <tocitem target="ch1intro.html#14059">What Is MATLAB?
        <tocitem target="ch1intr2.html#10672">The MATLAB System</tocitem>
    </tocitem>
    <tocitem target="ch1intr3.html#18374">MATLAB Documentation
        <tocitem target="ch1intr4.html#19147">MATLAB Online Help</tocitem>
    </tocitem>
</tocitem>
<tocitem target="ch2deskt.html">Development Environment
    <tocitem target="ch2deskt.html#21863">Introduction</tocitem>
    <tocitem target="ch2deskt.html#24583">Starting and Quitting MATLAB
        <tocitem target="ch2deskt.html#22360">Starting MATLAB</tocitem>
        <tocitem target="ch2deskt.html#22385">Quitting MATLAB</tocitem>
    </tocitem>
    <tocitem target="ch2desk2.html#22349">MATLAB Desktop</tocitem>
    <tocitem target="ch2desk3.html#22567">Desktop Tools
        <tocitem target="ch2desk4.html#22832">Command Window</tocitem>
        <tocitem target="ch2desk5.html#22706">Launch Pad</tocitem>
        <tocitem target="ch2desk6.html#23058">Help Browser</tocitem>
        <tocitem target="ch2desk7.html#24721">Current Directory Browser</tocitem>
        <tocitem target="ch2desk8.html#22735">Workspace Browser</tocitem>
        <tocitem target="ch2desk9.html#22742">Editor/Debugger</tocitem>
    </tocitem>
    <tocitem target="ch2des10.html#23833">Other Development Environment Features</tocitem>
</tocitem>
<tocitem target="ch3getti.html">Manipulating Matrices
    <tocitem target="ch3getti.html#12841">Matrices and Magic Squares
        <tocitem target="ch3gett2.html#264">Entering Matrices</tocitem>
        <tocitem target="ch3gett3.html#302">sum, transpose, and diag</tocitem>
        <tocitem target="ch3gett4.html#388">Subscripts</tocitem>
        <tocitem target="ch3gett5.html#428">The Colon Operator</tocitem>
        <tocitem target="ch3gett6.html#484">The magic Function</tocitem>
    </tocitem>
    <tocitem target="ch3gett7.html#520">Expressions
        <tocitem target="ch3gett8.html#532">Variables</tocitem>
        <tocitem target="ch3gett9.html#548">Numbers</tocitem>
        <tocitem target="ch3get10.html#566">Operators</tocitem>
        <tocitem target="ch3get11.html#11541">Functions</tocitem>
        <tocitem target="ch3get12.html#602">Examples of Expressions</tocitem>
    </tocitem>
    <tocitem target="ch3get13.html#644">Working with Matrices
        <tocitem target="ch3get14.html#650">Generating Matrices</tocitem>
        <tocitem target="ch3get15.html#704">The load Command</tocitem>
        <tocitem target="ch3get16.html#18448">M-Files</tocitem>
        <tocitem target="ch3get17.html#756">Concatenation</tocitem>
        <tocitem target="ch3get18.html#800">Deleting Rows and Columns</tocitem>
    </tocitem>
    <tocitem target="ch3get19.html#14896">More About Matrices and Arrays
        <tocitem target="ch3get20.html#14903">Linear Algebra</tocitem>
        <tocitem target="ch3get21.html#14997">Arrays</tocitem>
        <tocitem target="ch3get22.html#15071">Multivariate Data</tocitem>
        <tocitem target="ch3get23.html#15099">Scalar Expansion</tocitem>
        <tocitem target="ch3get24.html#15124">Logical Subscripting</tocitem>
        <tocitem target="ch3get25.html#15145">The find Function</tocitem>
    </tocitem>
    <tocitem target="ch3get26.html#838">Controlling Command Window Input and Output
        <tocitem target="ch3get27.html#842">The format Command</tocitem>
        <tocitem target="ch3get28.html#936">Suppressing Output</tocitem>
        <tocitem target="ch3get29.html#948">Entering Long Command Lines</tocitem>
        <tocitem target="ch3get30.html#958">Command Line Editing</tocitem>
    </tocitem>
</tocitem>
<tocitem target="ch4graph.html">Graphics
    <tocitem target="ch4graph.html#974">Basic Plotting
        <tocitem target="ch4grap2.html#980">Creating a Plot</tocitem>
        <tocitem target="ch4grap3.html#5979">Multiple Data Sets in One Graph</tocitem>
        <tocitem target="ch4grap4.html#5984">Specifying Line Styles and Colors</tocitem>
        <tocitem target="ch4grap5.html#20304">Plotting Lines and Markers</tocitem>
        <tocitem target="ch4grap6.html#17373">Imaginary and Complex Data</tocitem>
        <tocitem target="ch4grap7.html#19344">Adding Plots to an Existing Graph</tocitem>
        <tocitem target="ch4grap8.html#21773">Figure Windows</tocitem>
        <tocitem target="ch4grap9.html#17437">Multiple Plots in One Figure</tocitem>
        <tocitem target="ch4gra10.html#1100">Controlling the Axes</tocitem>
        <tocitem target="ch4gra11.html#17903">Axis Labels and Titles</tocitem>
        <tocitem target="ch4gra12.html#22243">Saving a Figure</tocitem>
    </tocitem>
    <tocitem target="ch4gra13.html#19926">Editing Plots
        <tocitem target="ch4gra13.html#21954">Interactive Plot Editing</tocitem>
        <tocitem target="ch4gra13.html#21963">Using Functions to Edit Graphs</tocitem>
        <tocitem target="ch4gra14.html#19927">Using Plot Editing Mode</tocitem>
        <tocitem target="ch4gra15.html#21821">Using the Property Editor</tocitem>
    </tocitem>
    <tocitem target="ch4gra16.html#16622">Mesh and Surface Plots
        <tocitem target="ch4gra17.html#1170">Visualizing Functions of Two Variables</tocitem>
    </tocitem>
    <tocitem target="ch4gra18.html#1186">Images</tocitem>
    <tocitem target="ch4gra19.html#1212">Printing Graphics</tocitem>
    <tocitem target="ch4gra20.html#15974">Handle Graphics
        <tocitem target="ch4gra21.html#15978">Graphics Objects</tocitem>
        <tocitem target="ch4gra22.html#18810">Setting Object Properties</tocitem>
        <tocitem target="ch4gra23.html#18083">Finding the Handles of Existing Objects</tocitem>
    </tocitem>
    <tocitem target="ch4gra24.html#16068">Graphics User Interfaces
        <tocitem target="ch4gra24.html#19894">Graphical User Interface Design Tools</tocitem>
    </tocitem>
    <tocitem target="ch4gra25.html#16083">Animations
        <tocitem target="ch4gra26.html#20773">Erase Mode Method</tocitem>
        <tocitem target="ch4gra27.html#16109">Creating Movies</tocitem>
    </tocitem>
</tocitem>
<tocitem target="ch5pgmgm.html">Programming with MATLAB
    <tocitem target="ch5pgmgm.html#1931">Flow Control
        <tocitem target="ch5pgmg2.html#14737">if</tocitem>
        <tocitem target="ch5pgmg3.html#2007">switch and case</tocitem>
        <tocitem target="ch5pgmg4.html#2039">for</tocitem>
        <tocitem target="ch5pgmg5.html#2065">while</tocitem>
        <tocitem target="ch5pgmg6.html#18092">continue</tocitem>
        <tocitem target="ch5pgmg7.html#2103">break</tocitem>
    </tocitem>
    <tocitem target="ch5pgmg8.html#2137">Other Data Structures
        <tocitem target="ch5pgmg9.html#2149">Multidimensional Arrays</tocitem>
        <tocitem target="ch5pgm10.html#2245">Cell Arrays</tocitem>
        <tocitem target="ch5pgm11.html#2299">Characters and Text</tocitem>
        <tocitem target="ch5pgm12.html#2429">Structures</tocitem>
    </tocitem>
    <tocitem target="ch5pgm13.html#2525">Scripts and Functions
        <tocitem target="ch5pgm14.html#2543">Scripts</tocitem>
        <tocitem target="ch5pgm15.html#2569">Functions</tocitem>
        <tocitem target="ch5pgm16.html#2629">Global Variables</tocitem>
        <tocitem target="ch5pgm17.html#16820">Passing String Arguments to Functions</tocitem>
        <tocitem target="ch5pgm18.html#18199">The eval Function</tocitem>
        <tocitem target="ch5pgm19.html#2713">Vectorization</tocitem>
        <tocitem target="ch5pgm20.html#2737">Preallocation</tocitem>
        <tocitem target="ch5pgm21.html#18209">Function Handles</tocitem>
        <tocitem target="ch5pgm22.html#2751">Function Functions</tocitem>
    </tocitem>
    <tocitem target="ch5pgm23.html#17346">Demonstration Programs Included with MATLAB</tocitem>
</tocitem>

</tocitem>
</toc>
