|
Revision 339, 1.2 KB
(checked in by behrens, 5 years ago)
|
|
remove low_level.m doc file
|
| Line | |
|---|
| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <title>Getting Help</title> |
|---|
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|---|
| 5 | <link type="text/css" rel="stylesheet" href="../style.css"> |
|---|
| 6 | </head> |
|---|
| 7 | |
|---|
| 8 | <body> |
|---|
| 9 | <p class="header">RWTH - Mindstorms NXT Toolbox</p> |
|---|
| 10 | <h2>Getting Help</h2> |
|---|
| 11 | |
|---|
| 12 | For more detailed information of the toolbox functions see the links <a href="../functions/abc.html">Functions - Alphabetical List</a> and <a href="../functions/categories.html">Functions - By Category</a>, which complement the M-file help that is displayed in the MATLAB command window by typing |
|---|
| 13 | <pre class="codeinput">help function_name</pre> |
|---|
| 14 | |
|---|
| 15 | For example, |
|---|
| 16 | <pre class="codeinput">help GetMotorSettings</pre> |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | <h3>Programming Robots</h3> |
|---|
| 20 | Further descriptions of the correct usage of the toolbox routines are given in section <a href="../programming/programming_robots.html">Programming Robots</a>. |
|---|
| 21 | |
|---|
| 22 | <h3>Command Layer Structure</h3> |
|---|
| 23 | An overview of the provided functions is shown here: <a href="../functions/CommandLayers.html">Command Layers</a> |
|---|
| 24 | |
|---|
| 25 | <h3>Troubleshooting</h3> |
|---|
| 26 | Common problems that occur when working with the RWTH - Mindstorms NXT toolbox and how to avoid or work around them are described here: <a href="../programming/Troubleshooting.html">Troubleshooting</a> |
|---|
| 27 | |
|---|
| 28 | </body> |
|---|
| 29 | </html> |
|---|