Print data to HTML-code
by Stijn Helsen
10 Jan 2003
(Updated 27 Feb 2006)
Print data (structures, cells, arrays, ...) to HTML-code.
|
Watch this File
|
| File Information |
| Description |
This function writes data in a structured way so that it can be viewed in a html-browser. It can also be imported by word, excel and other programs so that it can be used easily elsewhere.
To use it :
print2html(s,nrecurs,f)
s data (structure, cells, other MATLAB data)
nrecurs : recursive display of cell- and structure elements
f : file (filename or filehandle)
If (and only if) a filename is given a html-head (<html>....</head><body>) and html-end is added.
The main goal of this function is not writing full html-code, but html-code which can be imported in larger files. |
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (3) |
| 01 Oct 2005 |
Yogesh Mehta
|
|
|
| 23 Feb 2006 |
Ralph Smith
|
|
|
| 18 Jan 2010 |
Nicolas Cusseau
|
|
|
| Updates |
| 27 Feb 2006 |
Request from Ralph for direct link to matlab-web. (Wasn't possible in Matlab5.2, so I didn't do it, and I'm sometimes still using this version.) |
|
Contact us at files@mathworks.com