-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathINSTALL
33 lines (24 loc) · 1.18 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
M2HTML - Documentation System for Matlab .m files in HTML
=========================================================
0/ Requirements:
- Matlab 5.3 or above
- Operating system: any.
1/ Download the latest m2html.zip on this website:
<http://www.artefact.tk/software/matlab/m2html/>
2/ Extract files in your Matlab Repository /home/foo/matlab/ :
unzip m2html.zip
3/ Add the m2html directory in your Matlab path:
addpath /home/foo/matlab/m2html/
5/ Ready to use !
help m2html
Please read the README file.
A tutorial and a FAQ (Frequently Asked Questions) are available online at:
<http://www.artefact.tk/software/matlab/m2html/tutorial.php>
<http://www.artefact.tk/software/matlab/m2html/faq.php>
If you want to generate dependency graphs, you need to install GraphViz (a
graph visualization software), free and cross-platform, from:
<http://www.graphviz.org/>
-------------------------------------------------------------------------------
Matlab is a Registered Trademark of The Mathworks, Inc.
Copyright (C) 2003-2005 Guillaume Flandin <[email protected]>
Modified Dec 2015 Scott Lowe <[email protected]>