root/trunk/RWTHMindstormsNXT/doc/functions/help/SENSOR_3.html @ 3

Revision 3, 2.7 KB (checked in by behrens, 5 years ago)

add tag and trunk toolbox

Line 
1
2<!DOCTYPE html
3  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN">
4<html xmlns:mwsh="http://www.mathworks.com/namespace/mcode/v1/syntaxhighlight.dtd">
5   <head>
6      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7   
8      <!--
9This HTML is auto-generated from an M-file.
10To make changes, update the M-file and republish this document.
11      -->
12      <title>SENSOR_3</title>
13      <meta name="generator" content="MATLAB 7.5">
14      <meta name="date" content="2008-01-28">
15      <meta name="m-file" content="script_SENSOR_3">
16<link type="text/css" rel="stylesheet" href="../../style.css">
17  </head>
18   <body>
19<p class="header">RWTH - Mindstorms NXT Toolbox</p>
20      <div class="content">
21         <h1>SENSOR_3</h1>
22         <introduction>
23            <p>Symbolic constant SENSOR_3 (returns 2)</p>
24         </introduction>
25         <h2>Contents</h2>
26         <div>
27            <ul>
28               <li><a href="#1">Syntax</a></li>
29               <li><a href="#2">Description</a></li>
30               <li><a href="#3">Example</a></li>
31               <li><a href="#4">See also</a></li>
32               <li><a href="#5">Signature</a></li>
33            </ul>
34         </div>
35         <h2>Syntax<a name="1"></a></h2>
36         <p><tt>port3 = SENSOR_3()</tt></p>
37         <h2>Description<a name="2"></a></h2>
38         <p><tt>port3 = SENSOR_3()</tt> returns <tt>2</tt> as the value <tt>port3</tt>.
39         </p>
40         <h2>Example<a name="3"></a></h2><pre class="codeinput">  port3 = SENSOR_3()
41  <span class="comment">%result: &gt;&gt; port3 = 2</span>
42</pre><h2>See also<a name="4"></a></h2>
43         <p><a href="SENSOR_1.html">SENSOR_1</a>, <a href="SENSOR_2.html">SENSOR_2</a>, <a href="SENSOR_4.html">SENSOR_4</a></p>
44         <h2>Signature<a name="5"></a></h2>
45         <div>
46            <ul>
47               <li><b>Author:</b> Linus Atorf, Alexander Behrens (see AUTHORS)
48               </li>
49               <li><b>Date:</b> 2007/10/15
50               </li>
51               <li><b>Copyright:</b> 2007, RWTH Aachen University
52               </li>
53            </ul>
54         </div>
55         <p class="footer"><br>
56            Published with wg_publish; V1.0<br></p>
57      </div>
58      <!--
59##### SOURCE BEGIN #####
60%% SENSOR_3
61% Symbolic constant SENSOR_3 (returns 2)
62%%
63%% Syntax
64% |port3 = SENSOR_3()|
65%%
66%% Description
67% |port3 = SENSOR_3()| returns |2| as the value |port3|.
68%%
69%% Example
70  port3 = SENSOR_3()
71  %result: >> port3 = 2
72%%
73%% See also
74% SENSOR_1, SENSOR_2, SENSOR_4
75%%
76%% Signature
77%%
78% * *Author:* Linus Atorf, Alexander Behrens (see AUTHORS)
79% * *Date:* 2007/10/15
80% * *Copyright:* 2007, RWTH Aachen University
81%
82
83##### SOURCE END #####
84-->
85   </body>
86</html>
Note: See TracBrowser for help on using the browser.