index.htm

来自「时间序列分析的工具箱,里面有html说明」· HTM 代码 · 共 136 行

HTM
136
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head>  <title>M2HTML: Create an HTML documentation of your Matlab files</title>  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>  <meta name="description" content="M2HTML converts Matlab M-files to HTML files with hypertext reference links"/>  <meta name="keywords" content="m2html, converter, convert, html, matlab, mfile, m-file, tool, xml, syntax, doc, help, documentation, mat2html, matlab2html, highlight, highlighter, link, helpwin"/>  <meta name="language" content="en"/>  <meta name="author" content="Guillaume Flandin"/>  <meta name="copyright" content="&copy; 2003-2005"/>  <link rel="stylesheet" type="text/css" href="m2html.css"/></head><body><div class="title"><h1>M2HTML</h1></div><div class="content"><h2>M2HTML: Documentation System for Matlab in HTML</h2><p><a href="http://www.artefact.tk/software/matlab/m2html/" title="M2HTML: HTML documentation toolbox of Matlab M-files">M2HTML</a> is a powerful tool to automatically generate <a href="http://www.w3.org/MarkUp/" title="HyperText Markup Language">HTML</a> documentation of your <a href="http://www.mathworks.com/" title="The MathWorks, Inc.">Matlab</a> M-files. Its aim is to be a successor of the Perl script <a href="http://fresh.t-systems-sfr.com/unix/src/www/mat2html">MAT2HTML</a> from J.C. Kantor, including new features.<br />This toolbox includes the <a href="http://www.artefact.tk/software/matlab/template/" title="HTML Template Toolbox for Matlab">Template toolbox</a>, thus allowing for a full customization of the output layout. It also uses the syntax highlighting engine from <a href="http://www.artefact.tk/software/matlab/highlight/" title="Syntax Highlighting of Matlab source in HTML, LaTeX">HighLight.m</a>.<br /><strong>Author:</strong> <a href="http://www.artefact.tk/">Guillaume Flandin</a><br /><strong>Download:</strong> <a href="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=4039&objectType=FILE">Matlab Central</a>.<br /><strong>Tutorial:</strong> <a href="tutorial.php">generate M2HTML's documentation</a>.<br /><strong>FAQ:</strong> <a href="faq.php">Frequently Asked Questions about M2HTML</a>.<br /><strong>Demo:</strong> <a href="doc/">M2HTML documentation</a>.<br /></p></div><div class="content"><h2>M2HTML Features</h2><p>Here is a list of some features of <a href="http://www.artefact.tk/software/matlab/m2html/" title="a documentation tool for Matlab">M2HTML</a>:<ul>	<li>Output documentation in on-line format (HTML),</li>	<li>Parses standard Matlab code (do not need a specific syntax for comments),</li>	<li>Entirely written in Matlab so it should work on every platform where Matlab works (no Perl, bash, C/C++)</li>	<li>Uses HTML templates for full output layout customization (frame version available),</li>	<li>Source code is syntax highlighted for ease of reading,</li>	<li>Finds dependencies between functions and generates a <a href="doc/graph.png" title="M2HTML dependency graph">dependency graph</a> (using the dot tool of the <a href="http://www.research.att.com/sw/tools/graphviz/">Graphviz</a> tool),</li>	<li>Automatic cross-referencing of functions and subfunctions with their definition in the source code,</li>	<li>Extracts and displays Synopsis, H1 line and help for each Matlab function,</li>	<li>Line numbering in source code,</li>	<li>Can generate a TODO list,</li>	<li>Walks recursively in directories if requested,</li>	<li>Identifies MEX-files and indicates for which platform they are compiled,</li>	<li>Documentation can be transfered to another location or machine, without regenerating the documentation,</li>	<li>Can handle huge toolboxes (all Mathworks toolboxes at once for example, but go and take a coffee during the parsing...),</li>	<li>and many small details that make the difference:<br />		<center><img src="m2html.png" width="387" height="106" alt="" style="margin-top:5px;border:1px solid black;" /></center>	</li></ul></p></div><div class="content"><h2>M2HTML Tutorial &amp; FAQ</h2><p>A <a href="tutorial.php" title="M2HTML tutorial">tutorial</a> and a <a href="faq.php" title="M2HTML FAQ">FAQ (Frequently Asked Questions)</a> are also available.</p></div><div class="content"><h2>Examples of use</h2><p>Here is a list of some users of <a href="http://www.artefact.tk/software/matlab/m2html/" title="M2HTML: HTML documentation of Matlab M-files">M2HTML</a> for their Matlab Toolbox:<ul>	<li><a href="doc/" title="M2HTML, a documentation tool for Matlab">M2HTML</a>, documentation of this toolbox (using frames and dependency graphs).</li>	<li><a href="http://eeg.sourceforge.net/eegdoc/" title="EEG/MRI Toolbox">EEG/MRI Toolbox</a>, by <a href="http://dnl.ucsf.edu/users/dweber/">Darren Weber</a> (standard output, using a previous version of M2HTML)</li>	<li><a href="http://erizo.ucdavis.edu/~dmk/software/hfrc/help/" title="HFRC Toolbox">HFRC Toolbox</a>, by <a href="http://erizo.ucdavis.edu/~dmk/">David M. Kaplan</a> (standard output, without source code)</li>		<li><a href="http://hendrix.imm.dtu.dk/software/lyngby/doc/m2html/" title="Matlab toolbox for functional neuroimaging analysis">Lyngby</a> and <a href="http://hendrix.imm.dtu.dk/software/brede/doc/m2html/" title="Brede neuroinformatics toolbox">Brede</a>, by <a href="http://www.imm.dtu.dk/~fn/">Finn Aarup Nielsen</a> (standard output, without source code)</li>		<li><a href="http://www.control.isy.liu.se/~ola/qcat/doc/" title="Quadratic Programming Control Allocation Toolbox for Matlab">QCAT</a>, by <a href="http://www.control.isy.liu.se/~ola/">Ola Harkegard</a></li>		<li><a href="http://neptuno.fis.ua.pt/~mma/m_files/" title="MMA Matlab Utilities">MMA Matlab Utilities</a>, by <a href="http://neptuno.fis.ua.pt/~mma/">Martinho Marta Almeida</a></li>		<li><a href="http://froi.sourceforge.net/documents/technical/matlab/" title="fa-fast region of interest">fROI</a>, by <a href="http://web.mit.edu/">Nicholas Knouf</a></li>		<li><a href="http://itb.biologie.hu-berlin.de/~berkes/software/sfa-tk/docs/" title="sfa-tk : Slow Feature Analysis Toolkit for Matlab">sfa-tk</a>, by <a href="http://itb.biologie.hu-berlin.de/~berkes/">Pietro Berkes</a></li>		<li><a href="http://svi.cps.utexas.edu/svitoolboxdoc/" title="Space Variant Imaging Toolbox">Space Variant Imaging Toolbox</a>, by the <a href="http://svi.cps.utexas.edu/">Center for Perceptual Systems</a></li>		<!--<li><a href="http://www.kun.nl/fcdonders/fieldtrip/documentation/" title="FieldTrip - Matlab toolbox for MEG/EEG data analysis">FieldTrip</a>, by the <a href="http://www.kun.nl/fcdonders/fieldtrip/">F.C. Donders Centre (FCDC)</a> and the Center for Sensory-Motor Integration (SMI)</li>-->	 	 <li><a href="http://willame.francois.free.fr/edu/xjobb/doc/" title="Simple Multi-Hops Emulator">SiMulHopE</a>, by <a href="http://willame.francois.free.fr/edu/xjobb/simulhope.en.php">Fran鏾is Willame </a></li>	 	 <li><a href="http://ltspc4.epfl.ch/~jost/downloads/TBP1.0/" title="Tree-Based Pursuit">Tree-Based Pursuit</a>, by <a href="http://ltswww.epfl.ch/~jost/">Philippe Jost</a></li>	 	 <li><a href="http://control.ee.ethz.ch/~mpt/docs/refguide/" title="Multi-Parametric Toolbox">MPT</a>, by <a href="http://control.ee.ethz.ch/~mpt/">M. Kvasnica et al.</a></li>	 	 <li><a href="http://www.ce.berkeley.edu/~filippou/FEDEASLab/help/FEDEASLab_Help.html" title="Finite Elements in Design, Evaluation and Analysis of Structures">FEDEASLab</a>, by <a href="http://www.ce.berkeley.edu/~filippou/FEDEASLab/FEDEASLab.htm">Filip C. Filippou</a></li>	 	 <li><a href="http://www.pmarneffei.hku.hk/mbetoolbox/FunctionReference/" title="Matlab Molecular Biology &amp; Evolution Toolbox">MBE Toolbox</a>, by <a href="http://web.hku.hk/~jamescai/">James J. Cai</a></li>	 	 <li><a href="http://www.mts.jhu.edu/~ers/matgraph/html/index.html" title="MATGRAPH, A Graph Theory Toolbox for Matlab">Matgraph</a>, by <a href="http://www.mts.jhu.edu/~ers/index.html">Ed Scheinerman</a></li>	 	 <li><a href="http://www.llnl.gov/CASC/sundials/documentation/stb_guide/sundialsTB.html" title="sundialsTB, a Matlab Interface to SUNDIALS">sundialsTB</a>, by <a href="http://www.llnl.gov/CASC/sundials/">Center for Applied Scientific Computing</a>, LLNL</li>	 	 <li><a href="http://vision.ucsd.edu/~pdollar/toolbox/doc/" title="Piotr's Image &amp; Video Toolbox for Matlab">Image and Video Toolbox</a>, by <a href="http://vision.ucsd.edu/~pdollar/">Piotr Dollar</a></li>	 	 <li><a href="http://www.maths.lth.se/matstat/wafo/documentation/wafodoc/" title="Wave Analysis for Fatigue and Oceanography">WAFO</a>, by the <a href="http://www.maths.lth.se/matstat/wafo/">WAFO group</a></li>		<!-- <li><a href="" title=""></a>, by <a href=""></a></li> --></ul>Please <a href="http://www.artefact.tk/contact.php">email me</a> if you use M2HTML and agree to be added to this list.</div><div class="content"><p style="font-size:xx-small;margin-bottom:0px">Matlab is a registered trademark of <a style="font-size:xx-small" href="http://www.mathworks.com/">The Mathworks, Inc</a>.<br />Files available on this page are released under a <a style="font-size:xx-small" href="http://www.gnu.org/copyleft/gpl.html">GNU GPL</a> Licence.</p></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?