1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/REC-html40/loose.dtd">
- <html>
- <head>
- <title>Description of Instructions</title>
- <meta name="keywords" content="Instructions">
- <meta name="description" content="Instructions:">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="generator" content="m2html © 2005 Guillaume Flandin">
- <meta name="robots" content="index, follow">
- <link type="text/css" rel="stylesheet" href="../m2html.css">
- <script type="text/javascript">
- if (top.frames.length == 0) { top.location = "../index.html"; };
- </script>
- </head>
- <body>
- <a name="_top"></a>
- <!-- menu.html chronux_2_10 -->
- <h1>Instructions
- </h1>
- <h2><a name="_name"></a>PURPOSE <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
- <div class="box"><strong>Instructions:</strong></div>
- <h2><a name="_synopsis"></a>SYNOPSIS <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
- <div class="box"><strong>This is a script file. </strong></div>
- <h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
- <div class="fragment"><pre class="comment"> Instructions:
-
- Place the matlab package anywhere on your computer and
- add it to your matlab path. This can be done by pulling down the
- File tab in the Matlab editor. Make sure that you use "Add with
- subfolders". For future use, you can save this path by clicking
- "save". Do the same for the data directory. This contains
- some LIP data used by the testing script testscript.m.
-
- Help is available in the doc directory.
- First read the help in chronux.m that discusses variables that
- are used repeatedly by the library and the important issue of
- units.</pre></div>
- <!-- crossreference -->
- <h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
- This function calls:
- <ul style="list-style-image:url(../matlabicon.gif)">
- </ul>
- This function is called by:
- <ul style="list-style-image:url(../matlabicon.gif)">
- </ul>
- <!-- crossreference -->
- <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
- <div class="fragment"><pre>0001 <span class="comment">% Instructions:</span>
- 0002 <span class="comment">%</span>
- 0003 <span class="comment">% Place the matlab package anywhere on your computer and</span>
- 0004 <span class="comment">% add it to your matlab path. This can be done by pulling down the</span>
- 0005 <span class="comment">% File tab in the Matlab editor. Make sure that you use "Add with</span>
- 0006 <span class="comment">% subfolders". For future use, you can save this path by clicking</span>
- 0007 <span class="comment">% "save". Do the same for the data directory. This contains</span>
- 0008 <span class="comment">% some LIP data used by the testing script testscript.m.</span>
- 0009 <span class="comment">%</span>
- 0010 <span class="comment">% Help is available in the doc directory.</span>
- 0011 <span class="comment">% First read the help in chronux.m that discusses variables that</span>
- 0012 <span class="comment">% are used repeatedly by the library and the important issue of</span>
- 0013 <span class="comment">% units.</span></pre></div>
- <hr><address>Generated on Fri 12-Aug-2011 11:36:15 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> © 2005</address>
- </body>
- </html>
|