Instructions.html 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/REC-html40/loose.dtd">
  3. <html>
  4. <head>
  5. <title>Description of Instructions</title>
  6. <meta name="keywords" content="Instructions">
  7. <meta name="description" content="Instructions:">
  8. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  9. <meta name="generator" content="m2html &copy; 2005 Guillaume Flandin">
  10. <meta name="robots" content="index, follow">
  11. <link type="text/css" rel="stylesheet" href="../m2html.css">
  12. <script type="text/javascript">
  13. if (top.frames.length == 0) { top.location = "../index.html"; };
  14. </script>
  15. </head>
  16. <body>
  17. <a name="_top"></a>
  18. <!-- menu.html chronux_2_10 -->
  19. <h1>Instructions
  20. </h1>
  21. <h2><a name="_name"></a>PURPOSE <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
  22. <div class="box"><strong>Instructions:</strong></div>
  23. <h2><a name="_synopsis"></a>SYNOPSIS <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
  24. <div class="box"><strong>This is a script file. </strong></div>
  25. <h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
  26. <div class="fragment"><pre class="comment"> Instructions:
  27. Place the matlab package anywhere on your computer and
  28. add it to your matlab path. This can be done by pulling down the
  29. File tab in the Matlab editor. Make sure that you use &quot;Add with
  30. subfolders&quot;. For future use, you can save this path by clicking
  31. &quot;save&quot;. Do the same for the data directory. This contains
  32. some LIP data used by the testing script testscript.m.
  33. Help is available in the doc directory.
  34. First read the help in chronux.m that discusses variables that
  35. are used repeatedly by the library and the important issue of
  36. units.</pre></div>
  37. <!-- crossreference -->
  38. <h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
  39. This function calls:
  40. <ul style="list-style-image:url(../matlabicon.gif)">
  41. </ul>
  42. This function is called by:
  43. <ul style="list-style-image:url(../matlabicon.gif)">
  44. </ul>
  45. <!-- crossreference -->
  46. <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
  47. <div class="fragment"><pre>0001 <span class="comment">% Instructions:</span>
  48. 0002 <span class="comment">%</span>
  49. 0003 <span class="comment">% Place the matlab package anywhere on your computer and</span>
  50. 0004 <span class="comment">% add it to your matlab path. This can be done by pulling down the</span>
  51. 0005 <span class="comment">% File tab in the Matlab editor. Make sure that you use &quot;Add with</span>
  52. 0006 <span class="comment">% subfolders&quot;. For future use, you can save this path by clicking</span>
  53. 0007 <span class="comment">% &quot;save&quot;. Do the same for the data directory. This contains</span>
  54. 0008 <span class="comment">% some LIP data used by the testing script testscript.m.</span>
  55. 0009 <span class="comment">%</span>
  56. 0010 <span class="comment">% Help is available in the doc directory.</span>
  57. 0011 <span class="comment">% First read the help in chronux.m that discusses variables that</span>
  58. 0012 <span class="comment">% are used repeatedly by the library and the important issue of</span>
  59. 0013 <span class="comment">% units.</span></pre></div>
  60. <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> &copy; 2005</address>
  61. </body>
  62. </html>