<?xml version='1.0' encoding='ISO-8859-1' ?>
<!-- $Revision: 1.8 $ $Date: 2000/09/14 21:12:43 $ -->

<toc version="1.0">

<tocitem target="nnet_product_page.html#printable_pdf">Neural Network Toolbox

<tocitem target="pf1.html">Getting Started
    <tocitem target="preface.html#6590">Preface
        <tocitem target="preface.html#8213">Explaining Neural Networks</tocitem>
        <tocitem target="preface2.html#19713">Basic Chapters</tocitem>
        <tocitem target="preface3.html#19475">Mathematical Notation for Equations and Figures
            <tocitem target="preface3.html#19476">Basic Concepts</tocitem>
            <tocitem target="preface3.html#19480">Language</tocitem>
            <tocitem target="preface3.html#19482">Weight Matrices</tocitem>
            <tocitem target="preface3.html#19518">Layer Notation</tocitem>
            <tocitem target="preface4.html#19746">Figure and Equation Examples</tocitem>
        </tocitem>
        <tocitem target="preface5.html#19537">Mathematics and Code Equivalents</tocitem>
        <tocitem target="preface6.html#9400">Neural Network Design Book</tocitem>
        <tocitem target="preface7.html#9486">Acknowledgments</tocitem>
        <tocitem target="preface8.html#20766">Related Products List</tocitem>
    </tocitem>
    <tocitem target="intro1.html#6590">Introduction
        <tocitem target="intro1.html#8281">Getting Started
            <tocitem target="intro1.html#8496">Basic Chapters</tocitem>
            <tocitem target="intro1.html#10134">Help and Installation</tocitem>
        </tocitem>
        <tocitem target="intro12.html#16779">Neural Network Applications
            <tocitem target="intro12.html#19378">Applications in this Toolbox</tocitem>
            <tocitem target="intro12.html#9257">Business Applications</tocitem>
            <tocitem target="intro12.html#9259">Aerospace</tocitem>
            <tocitem target="intro12.html#9261">Automotive</tocitem>
            <tocitem target="intro12.html#9263">Banking</tocitem>
            <tocitem target="intro13.html#19356">Credit Card Activity Checking</tocitem>
            <tocitem target="intro13.html#9265">Defense</tocitem>
            <tocitem target="intro13.html#9267">Electronics</tocitem>
            <tocitem target="intro13.html#9269">Entertainment</tocitem>
            <tocitem target="intro13.html#9271">Financial</tocitem>
            <tocitem target="intro13.html#19362">Industrial</tocitem>
            <tocitem target="intro13.html#9273">Insurance</tocitem>
            <tocitem target="intro14.html#9275">Manufacturing</tocitem>
            <tocitem target="intro14.html#9277">Medical</tocitem>
            <tocitem target="intro14.html#9279">Oil and Gas</tocitem>
            <tocitem target="intro14.html#9281">Robotics</tocitem>
            <tocitem target="intro14.html#9283">Speech</tocitem>
            <tocitem target="intro14.html#9285">Securities</tocitem>
            <tocitem target="intro14.html#9287">Telecommunications</tocitem>
            <tocitem target="intro14.html#9289">Transportation</tocitem>
            <tocitem target="intro14.html#9291">Summary</tocitem>
        </tocitem>
    </tocitem>
</tocitem>
<tocitem target="pf2.html">Using the Neural Network Toolbox
    <tocitem target="model2.html#34107">Neuron Model and Network Architectures
        <tocitem target="model2.html#33674">Neuron Model
            <tocitem target="model2.html#54">Simple Neuron</tocitem>
            <tocitem target="model22.html#34393">Transfer Functions</tocitem>
            <tocitem target="model23.html#31188">Neuron With Vector Input</tocitem>
        </tocitem>
        <tocitem target="model24.html#95">Network Architectures
            <tocitem target="model25.html#68">A Layer of Neurons</tocitem>
            <tocitem target="model26.html#65">Multiple Layers of Neurons</tocitem>
        </tocitem>
        <tocitem target="model27.html#33492">Data Structures
            <tocitem target="model28.html#32947">Simulation With Concurrent Inputs in a Static Network</tocitem>
            <tocitem target="model29.html#31604">Simulation With Sequential Inputs in a Dynamic Network</tocitem>
            <tocitem target="model210.html#31641">Simulation With Concurrent Inputs in a Dynamic Network</tocitem>
        </tocitem>
        <tocitem target="model211.html#31717">Training Styles
            <tocitem target="model212.html#32551">Incremental Training (of Adaptive and Other Networks)</tocitem>
            <tocitem target="model213.html#31790">Batch Training</tocitem>
        </tocitem>
        <tocitem target="model214.html#119">Summary
            <tocitem target="model215.html#30946">Figures and Equations</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="percept3.html#1278">Perceptrons
        <tocitem target="percept3.html#164">Introduction
            <tocitem target="percept2.html#225">Important Perceptron Functions</tocitem>
        </tocitem>
        <tocitem target="percep3a.html#14746">Neuron Model</tocitem>
        <tocitem target="percept4.html#213">Perceptron Architecture</tocitem>
        <tocitem target="percept5.html#3646">Creating a Perceptron (newp)
            <tocitem target="percept6.html#15949">Simulation (sim)</tocitem>
            <tocitem target="percept7.html#14923">Initialization (init)</tocitem>
        </tocitem>
        <tocitem target="percept8.html#14817">Learning Rules</tocitem>
        <tocitem target="percept9.html#5294">Perceptron Learning Rule (learnp)</tocitem>
        <tocitem target="percep10.html#11134">Training (train)</tocitem>
        <tocitem target="percep11.html#124">Limitations and Cautions
            <tocitem target="percep12.html#16579">Outliers and the Normalized Perceptron Rule</tocitem>
        </tocitem>
        <tocitem target="percep13.html#18902">Graphical User Interface
            <tocitem target="percep13.html#18986">Introduction to the GUI</tocitem>
            <tocitem target="percep13.html#19019">Create a Perceptron Network (nntool)</tocitem>
            <tocitem target="percep14.html#19155">Train the Perceptron</tocitem>
            <tocitem target="percep15.html#19209">Export Perceptron Results to Workspace</tocitem>
            <tocitem target="percep16.html#18924">Clear Network/Data Window</tocitem>
            <tocitem target="percep17.html#19708">Importing from the Command Line</tocitem>
            <tocitem target="percep18.html#18925">Save a Variable to a File and Load It Later</tocitem>
        </tocitem>
        <tocitem target="percep19.html#18903">Summary
            <tocitem target="percep20.html#16706">Figures and Equations</tocitem>
            <tocitem target="percep21.html#16783">New Functions</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="linfilt4.html#2269">Linear Filters
        <tocitem target="linfilt4.html#3820">Introduction</tocitem>
        <tocitem target="linfilt2.html#11312">Neuron Model</tocitem>
        <tocitem target="linfilt3.html#5030">Network Architecture
            <tocitem target="linfil4a.html#24142">Creating a Linear Neuron (newlin)</tocitem>
        </tocitem>
        <tocitem target="linfilt5.html#24288">Mean Square Error</tocitem>
        <tocitem target="linfilt6.html#2545">Linear System Design (newlind)</tocitem>
        <tocitem target="linfilt7.html#24363">Linear Networks with Delays
            <tocitem target="linfilt7.html#24329">Tapped Delay Line</tocitem>
            <tocitem target="linfilt8.html#24335">Linear Filter</tocitem>
        </tocitem>
        <tocitem target="linfilt9.html#24044">LMS Algorithm (learnwh)</tocitem>
        <tocitem target="linfil10.html#24119">Linear Classification (train)</tocitem>
        <tocitem target="linfil11.html#2139">Limitations and Cautions
            <tocitem target="linfil11.html#21328">Overdetermined Systems</tocitem>
            <tocitem target="linfil11.html#21329">Underdetermined Systems</tocitem>
            <tocitem target="linfil12.html#21346">Linearly Dependent Vectors</tocitem>
            <tocitem target="linfil12.html#21450">Too Large a Learning Rate</tocitem>
        </tocitem>
        <tocitem target="linfil13.html#199">Summary
            <tocitem target="linfil14.html#22165">Figures and Equations</tocitem>
            <tocitem target="linfil15.html#23514">New Functions</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="backpr5.html#12953">Backpropagation
        <tocitem target="backpr5.html#12955">Overview</tocitem>
        <tocitem target="backpr52.html#65">Fundamentals
            <tocitem target="backpr52.html#1163">Architecture</tocitem>
            <tocitem target="backpr53.html#13847">Simulation (sim)</tocitem>
            <tocitem target="backpr54.html#1667">Training</tocitem>
        </tocitem>
        <tocitem target="backpr55.html#2225">Faster Training
            <tocitem target="backpr56.html#2416">Variable Learning Rate (traingda, traingdx)</tocitem>
            <tocitem target="backpr57.html#2986">Resilient Backpropagation (trainrp)</tocitem>
            <tocitem target="backpr58.html#3127">Conjugate Gradient Algorithms</tocitem>
            <tocitem target="backpr59.html#3330">Line Search Routines</tocitem>
            <tocitem target="backpr10.html#3381">Quasi-Newton Algorithms</tocitem>
            <tocitem target="backpr11.html#8119">Levenberg-Marquardt (trainlm)</tocitem>
            <tocitem target="backpr12.html#4674">Reduced Memory Levenberg-Marquardt (trainlm)</tocitem>
        </tocitem>
        <tocitem target="backpr13.html#3826">Speed and Memory Comparison
            <tocitem target="backpr14.html#10508">Summary</tocitem>
        </tocitem>
        <tocitem target="backpr15.html#3827">Improving Generalization
            <tocitem target="backpr16.html#3828">Regularization</tocitem>
            <tocitem target="backpr17.html#3831">Early Stopping</tocitem>
            <tocitem target="backpr18.html#10697">Summary and Discussion</tocitem>
        </tocitem>
        <tocitem target="backpr19.html#5218">Preprocessing and Postprocessing
            <tocitem target="backpr19.html#5449">Min and Max (premnmx, postmnmx, tramnmx)</tocitem>
            <tocitem target="backpr20.html#5486">Mean and Stand. Dev. (prestd, poststd, trastd)</tocitem>
            <tocitem target="backpr21.html#5498">Principal Component Analysis (prepca, trapca)</tocitem>
            <tocitem target="backpr22.html#5604">Post-Training Analysis (postreg)</tocitem>
        </tocitem>
        <tocitem target="backpr23.html#6233">Sample Training Session</tocitem>
        <tocitem target="backpr24.html#3833">Limitations and Cautions</tocitem>
        <tocitem target="backpr25.html#1026">Summary</tocitem>
    </tocitem>
    <tocitem target="control6.html#13352">Control Systems
        <tocitem target="control6.html#13353">Introduction</tocitem>
        <tocitem target="control2.html#12035">NN Predictive Control
            <tocitem target="control3.html#12038">System Identification</tocitem>
            <tocitem target="control4.html#12121">Predictive Control</tocitem>
            <tocitem target="control5.html#12286">Using the NN Predictive Controller Block</tocitem>
        </tocitem>
        <tocitem target="contro6a.html#29710">NARMA-L2 (Feedback Linearization) Control
            <tocitem target="control7.html#14353">Identification of the NARMA-L2 Model</tocitem>
            <tocitem target="control8.html#14802">NARMA-L2 Controller</tocitem>
            <tocitem target="control9.html#15114">Using the NARMA-L2 Controller Block</tocitem>
        </tocitem>
        <tocitem target="contro10.html#29761">Model Reference Control
            <tocitem target="contro11.html#31212">Using the Model Reference Controller Block</tocitem>
        </tocitem>
        <tocitem target="contro12.html#17033">Importing and Exporting
            <tocitem target="contro13.html#28914">Importing and Exporting Networks</tocitem>
            <tocitem target="contro14.html#29076">Importing and Exporting Training Data</tocitem>
        </tocitem>
        <tocitem target="contro15.html#12321">Summary</tocitem>
        <tocitem target="contr16a.html#23207">References</tocitem>
    </tocitem>
    <tocitem target="radial7.html#428">Radial Basis Networks
        <tocitem target="radial7.html#647">Introduction
            <tocitem target="radial72.html#2794">Important Radial Basis Functions</tocitem>
        </tocitem>
        <tocitem target="radial73.html#45">Radial Basis Functions
            <tocitem target="radial73.html#85">Neuron Model</tocitem>
            <tocitem target="radial74.html#61">Network Architecture</tocitem>
            <tocitem target="radial75.html#2403">Exact Design (newrbe)</tocitem>
            <tocitem target="radial76.html#86">More Efficient Design (newrb)</tocitem>
            <tocitem target="radial77.html#83">Demonstrations</tocitem>
        </tocitem>
        <tocitem target="radial78.html#2383">Generalized Regression Networks
            <tocitem target="radial78.html#2696">Network Architecture</tocitem>
            <tocitem target="radial79.html#3014">Design (newgrnn)</tocitem>
        </tocitem>
        <tocitem target="radial10.html#2412">Probabilistic Neural Networks
            <tocitem target="radial11.html#3945">Network Architecture</tocitem>
            <tocitem target="radial12.html#4018">Design (newpnn)</tocitem>
        </tocitem>
        <tocitem target="radial13.html#68">Summary
            <tocitem target="radial14.html#4276">Figures</tocitem>
            <tocitem target="radial15.html#7279">New Functions</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="selforg8.html#7875">Self-Organizing and Learn. Vector Quant. Nets
        <tocitem target="selforg8.html#7876">Introduction
            <tocitem target="selfor2a.html#8030">Important Self-Organizing and LVQ Functions</tocitem>
        </tocitem>
        <tocitem target="selforg3.html#69">Competitive Learning
            <tocitem target="selforg3.html#1177">Architecture</tocitem>
            <tocitem target="selfor4a.html#99">Creating a Competitive Neural Network (newc)</tocitem>
            <tocitem target="selforg5.html#1684">Kohonen Learning Rule (learnk)</tocitem>
            <tocitem target="selfor6a.html#1713">Bias Learning Rule (learncon)</tocitem>
            <tocitem target="selforg7.html#1693">Training</tocitem>
            <tocitem target="selfor8a.html#2191">Graphical Example</tocitem>
        </tocitem>
        <tocitem target="selforg9.html#10542">Self-Organizing Maps
            <tocitem target="selfor10.html#3473">Topologies (gridtop, hextop, randtop)</tocitem>
            <tocitem target="selfo11a.html#10662">Distance Funct. (dist, linkdist, mandist, boxdist)</tocitem>
            <tocitem target="selfor12.html#83">Architecture</tocitem>
            <tocitem target="selfo13a.html#5062">Creating a Self Organizing MAP Neural Network (newsom)</tocitem>
            <tocitem target="selfor14.html#4272">Training (learnsom)</tocitem>
            <tocitem target="selfo15a.html#3193">Examples</tocitem>
        </tocitem>
        <tocitem target="selfor16.html#8056">Learning Vector Quantization Networks
            <tocitem target="selfor16.html#8295">Architecture</tocitem>
            <tocitem target="selfor17.html#8075">Creating an LVQ Network (newlvq)</tocitem>
            <tocitem target="selfor18.html#9024">LVQ1 Learning Rule(learnlv1)</tocitem>
            <tocitem target="selfor19.html#9281">Training</tocitem>
            <tocitem target="selfo20a.html#10272">Supplemental LVQ2.1 Learning Rule (learnlv2)</tocitem>
        </tocitem>
        <tocitem target="selfor21.html#110">Summary and Conclusions
            <tocitem target="selfor21.html#8359">Self-Organizing Maps</tocitem>
            <tocitem target="selfo22a.html#8360">Learning Vector Quantizaton Networks</tocitem>
            <tocitem target="selfo23a.html#1162">Figures</tocitem>
            <tocitem target="selfo24a.html#8727">New Functions</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="recur9.html#1169">Recurrent Networks
        <tocitem target="recur9.html#58">Introduction
            <tocitem target="recur92.html#131">Important Recurrent Network Functions</tocitem>
        </tocitem>
        <tocitem target="recur93.html#136">Elman Networks
            <tocitem target="recur93.html#137">Architecture</tocitem>
            <tocitem target="recur94.html#1565">Creating an Elman Network (newelm)</tocitem>
            <tocitem target="recur95.html#1797">Training an Elman Network</tocitem>
        </tocitem>
        <tocitem target="recur96.html#135">Hopfield Network
            <tocitem target="recur96.html#2642">Fundamentals</tocitem>
            <tocitem target="recur97.html#2569">Architecture</tocitem>
            <tocitem target="recur98.html#3339">Design (newhop)</tocitem>
        </tocitem>
        <tocitem target="recur99.html#57">Summary
            <tocitem target="recur910.html#3208">Figures</tocitem>
            <tocitem target="recur911.html#3185">New Functions</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="adapt10.html#1169">Adaptive Filters and Adaptive Training
        <tocitem target="adapt10.html#58">Introduction
            <tocitem target="adapt102.html#131">Important Adaptive Functions</tocitem>
        </tocitem>
        <tocitem target="adapt103.html#4163">Linear Neuron Model</tocitem>
        <tocitem target="adapt104.html#136">Adaptive Linear Network Architecture
            <tocitem target="adapt105.html#4091">Single ADALINE (newlin)</tocitem>
        </tocitem>
        <tocitem target="adapt106.html#4194">Mean Square Error</tocitem>
        <tocitem target="adapt107.html#4545">LMS Algorithm (learnwh)</tocitem>
        <tocitem target="adapt108.html#4252">Adaptive Filtering (adapt)
            <tocitem target="adapt108.html#4255">Tapped Delay Line</tocitem>
            <tocitem target="adapt109.html#4261">Adaptive Filter</tocitem>
            <tocitem target="adapt110.html#4274">Adaptive Filter Example</tocitem>
            <tocitem target="adapt111.html#4319">Prediction Example</tocitem>
            <tocitem target="adapt112.html#4333">Noise Cancellation Example</tocitem>
            <tocitem target="adapt113.html#4341">Multiple Neuron Adaptive Filters</tocitem>
        </tocitem>
        <tocitem target="adapt114.html#5334">Summary
            <tocitem target="adapt115.html#5324">Figures and Equations</tocitem>
            <tocitem target="adapt116.html#4686">New Functions</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="appl11.html#897">Applications
        <tocitem target="appl11.html#207">Introduction
            <tocitem target="appl11.html#8949">Application Scripts</tocitem>
        </tocitem>
        <tocitem target="appl112.html#113">Applin1: Linear Design
            <tocitem target="appl112.html#280">Problem Definition</tocitem>
            <tocitem target="appl113.html#287">Network Design</tocitem>
            <tocitem target="appl114.html#292">Network Testing</tocitem>
            <tocitem target="appl115.html#339">Thoughts and Conclusions</tocitem>
        </tocitem>
        <tocitem target="appl116.html#245">Applin2: Adaptive Prediction
            <tocitem target="appl116.html#296">Problem Definition</tocitem>
            <tocitem target="appl117.html#298">Network Initialization</tocitem>
            <tocitem target="appl118.html#300">Network Training</tocitem>
            <tocitem target="appl118.html#302">Network Testing</tocitem>
            <tocitem target="appl119.html#295">Thoughts and Conclusions</tocitem>
        </tocitem>
        <tocitem target="appl1110.html#106">Appelm1: Amplitude Detection
            <tocitem target="appl1111.html#132">Problem Definition</tocitem>
            <tocitem target="appl1112.html#180">Network Initialization</tocitem>
            <tocitem target="appl1113.html#204">Network Training</tocitem>
            <tocitem target="appl1114.html#215">Network Testing</tocitem>
            <tocitem target="appl1115.html#226">Network Generalization</tocitem>
            <tocitem target="appl1115.html#242">Improving Performance</tocitem>
        </tocitem>
        <tocitem target="appl1116.html#99">Appcr1: Character Recognition
            <tocitem target="appl1116.html#139">Problem Statement</tocitem>
            <tocitem target="appl1117.html#155">Neural Network</tocitem>
            <tocitem target="appl1118.html#208">System Performance</tocitem>
            <tocitem target="appl1119.html#209">Summary</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="adv12.html#6011">Advanced Topics
        <tocitem target="adv12.html#11354">Custom Networks
            <tocitem target="adv122.html#11324">Custom Network</tocitem>
            <tocitem target="adv123.html#11002">Network Definition</tocitem>
            <tocitem target="adv124.html#11181">Network Behavior</tocitem>
        </tocitem>
        <tocitem target="adv125.html#11928">Additional Toolbox Functions
            <tocitem target="adv126.html#12032">Initialization Functions</tocitem>
            <tocitem target="adv127.html#11936">Transfer Functions</tocitem>
            <tocitem target="adv128.html#11943">Learning Functions</tocitem>
        </tocitem>
        <tocitem target="adv129.html#1889">Custom Functions
            <tocitem target="adv1210.html#8163">Simulation Functions</tocitem>
            <tocitem target="adv1211.html#8592">Initialization Functions</tocitem>
            <tocitem target="adv1212.html#9165">Learning Functions</tocitem>
            <tocitem target="adv1213.html#9831">Self-Organizing Map Functions</tocitem>
        </tocitem>
    </tocitem>
</tocitem>
<tocitem target="pf3.html">Reference
    <tocitem target="netobj13.html#6011">Network Object Reference
        <tocitem target="netobj13.html#2476">Network Properties
            <tocitem target="netobj13.html#2485">Architecture</tocitem>
            <tocitem target="netobj12.html#2489">Subobject Structures</tocitem>
            <tocitem target="netobj3a.html#2491">Functions</tocitem>
            <tocitem target="netobj14.html#2495">Parameters</tocitem>
            <tocitem target="netobj15.html#2500">Weight and Bias Values</tocitem>
            <tocitem target="netobj16.html#2502">Other</tocitem>
        </tocitem>
        <tocitem target="netobj17.html#2504">Subobject Properties
            <tocitem target="netobj17.html#2513">Inputs</tocitem>
            <tocitem target="netobj18.html#2515">Layers</tocitem>
            <tocitem target="netobj19.html#2517">Outputs</tocitem>
            <tocitem target="netobj10.html#4212">Targets</tocitem>
            <tocitem target="netobj11.html#2519">Biases</tocitem>
            <tocitem target="netob12a.html#2521">Input Weights</tocitem>
            <tocitem target="netob13a.html#2524">Layer Weights</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="tabls14.html#2857">Function Reference
        <tocitem target="tabls14.html#123">Functions Listed by Class</tocitem>
        <tocitem target="tabls12a.html#8665">Transfer Functions</tocitem>
        <tocitem target="tabls13a.html#7752">Transfer Function Graphs
            <tocitem target="tabls14b.html#13865">Transfer Function Graphs (continued)</tocitem>
            <tocitem target="tabls15a.html#13869">Transfer Function Graphs (continued)</tocitem>
            <tocitem target="tabls16a.html#13911">Transfer Function Graphs (continued)</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="nnetsloa.html#477868">Functions Listed Alphabetically
        <tocitem target="nnetsloa.html#479308">Reference Headings</tocitem>
        <tocitem target="nnetsloa.html#479300">Functions</tocitem>
    </tocitem>
    <tocitem target="a_gloss.html#391">Glossary</tocitem>
    <tocitem target="b_biblio.html#341">Bibliography</tocitem>
    <tocitem target="c_demos.html#1420">Demonstrations and Applications
        <tocitem target="c_demos.html#2304">Tables of Demonstrations and Applications
            <tocitem target="c_demos.html#2305">Chapter 2: Neuron Model and Network Architectures</tocitem>
            <tocitem target="c_demos2.html#3403">Chapter 3: Perceptrons</tocitem>
            <tocitem target="c_demos3.html#2105">Chapter 4: Linear Filters</tocitem>
            <tocitem target="c_demos4.html#3404">Chapter 5: Backpropagation</tocitem>
            <tocitem target="c_demos5.html#250">Chapter 7: Radial Basis Networks</tocitem>
            <tocitem target="c_demos6.html#3918">Chapter 8: Self-Organizing and Learn. Vector Quant. Nets</tocitem>
            <tocitem target="c_demos7.html#4018">Chapter 9: Recurrent Networks</tocitem>
            <tocitem target="c_demos8.html#4053">Chapter 10: Adaptive Networks</tocitem>
            <tocitem target="c_demos9.html#3556">Chapter 11: Applications</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="d_sim.html#6011">Simulink
        <tocitem target="d_sim.html#1889">Block Set
            <tocitem target="d_sim2.html#2483">Transfer Function Blocks</tocitem>
            <tocitem target="d_sim3.html#4272">Net Input Blocks</tocitem>
            <tocitem target="d_sim4.html#4277">Weight Blocks</tocitem>
        </tocitem>
        <tocitem target="d_sim5.html#4396">Block Generation
            <tocitem target="d_sim6.html#4431">Example</tocitem>
            <tocitem target="d_sim7.html#4631">Exercises</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="e_codeno.html#5686">Code Notes
        <tocitem target="e_codeno.html#1889">Dimensions</tocitem>
        <tocitem target="e_coden2.html#4867">Variables
            <tocitem target="e_coden3.html#5072">Utility Function Variables</tocitem>
        </tocitem>
        <tocitem target="e_coden4.html#5465">Functions</tocitem>
        <tocitem target="e_coden5.html#5378">Code Efficiency</tocitem>
        <tocitem target="e_coden6.html#5430">Argument Checking</tocitem>
    </tocitem>
</tocitem>
<tocitem target="nnet_product_page.html">Printable Documentation (PDF)</tocitem>
<tocitem target="nnet_web_product_page.html">Product Page (Web)</tocitem>

</tocitem>
</toc>
