source: MML/trunk/applications/m2html/INSTALL @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 1.1 KB
Line 
1 M2HTML - Documentation System for Matlab .m files in HTML
2 =========================================================
3
4 0/ Requirements:
5      - Matlab 5.3 or above
6          - Operating system: any.
7
8 1/ Download the latest m2html.zip on this website:
9         <http://www.artefact.tk/software/matlab/m2html/>
10 
11 2/ Extract files in your Matlab Repository /home/foo/matlab/ :
12       unzip m2html.zip
13
14 3/ Add the m2html directory in your Matlab path:
15       addpath /home/foo/matlab/m2html/
16   
17 5/ Ready to use !
18       help m2html
19   
20 Please read the README file.
21 A tutorial and a FAQ (Frequently Asked Questions) are available online at:
22         <http://www.artefact.tk/software/matlab/m2html/tutorial.php>
23                 <http://www.artefact.tk/software/matlab/m2html/faq.php>
24   
25 If you want to generate dependency graphs, you need to install GraphViz (a
26 graph visualization software), free and cross-platform, from:
27         <http://www.graphviz.org/>
28   
29 -------------------------------------------------------------------------------
30 Matlab is a Registered Trademark of The Mathworks, Inc.
31
32 Copyright (C) 2003-2005 Guillaume Flandin <Guillaume@artefact.tk>
Note: See TracBrowser for help on using the repository browser.