root/tags/version-3.00/RWTHMindstormsNXT/doc/functions/help/SENSOR_4.html @ 725

Revision 725, 2.7 KB (checked in by atorf, 4 years ago)

Tag 3.00:

Line 
1
2<!DOCTYPE html
3  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4<html>
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_4</title>
13      <meta name="generator" content="MATLAB 7.8">
14      <meta name="date" content="2009-07-20">
15      <meta name="m-file" content="script_SENSOR_4">
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_4</h1>
22         <!--introduction-->
23         <p>Symbolic constant SENSOR_4 (returns 3)</p>
24         <!--/introduction-->
25         <h2>Contents</h2>
26         <div>
27            <ul>
28               <li><a href="#2">Syntax</a></li>
29               <li><a href="#4">Description</a></li>
30               <li><a href="#6">Example</a></li>
31               <li><a href="#8">See also</a></li>
32               <li><a href="#10">Signature</a></li>
33            </ul>
34         </div>
35         <h2>Syntax<a name="2"></a></h2>
36         <p><tt>port4 = SENSOR_4()</tt></p>
37         <h2>Description<a name="4"></a></h2>
38         <p><tt>port4 = SENSOR_4()</tt> returns <tt>3</tt> as the value <tt>port4</tt>.
39         </p>
40         <h2>Example<a name="6"></a></h2><pre class="codeinput">  port4 = SENSOR_4()
41  <span class="comment">%result: &gt;&gt; port4 = 3</span>
42</pre><h2>See also<a name="8"></a></h2>
43         <p><a href="SENSOR_1.html">SENSOR_1</a>, <a href="SENSOR_2.html">SENSOR_2</a>, <a href="SENSOR_3.html">SENSOR_3</a>, </p>
44         <h2>Signature<a name="10"></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-2009, 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_4
61% Symbolic constant SENSOR_4 (returns 3)
62%%
63%% Syntax
64% |port4 = SENSOR_4()|
65%%
66%% Description
67% |port4 = SENSOR_4()| returns |3| as the value |port4|.
68%%
69%% Example
70  port4 = SENSOR_4()
71  %result: >> port4 = 3
72%%
73%% See also
74% SENSOR_1, SENSOR_2, SENSOR_3
75%%
76%% Signature
77%%
78% * *Author:* Linus Atorf, Alexander Behrens (see AUTHORS)
79% * *Date:* 2007/10/15
80% * *Copyright:* 2007-2009, RWTH Aachen University
81%
82
83##### SOURCE END #####
84-->
85   </body>
86</html>
Note: See TracBrowser for help on using the browser.