convert classdef, table, plot, ... to html as a report

Version 1.0.0.0 (6,86 KB) von Roland
Check out the "help html", testhtml.m and TestObj and ultimately the code to see how it works.
126 Downloads
Aktualisiert 10. Mär 2015

Lizenz anzeigen

%Example 1
evalc(html.tags('h1','p','em','br','strong'));
h = html(html.HEAD,H1('htmltest'),P(' some ',BR(),EM('text'),BR(),STRONG('this is strong')));
h.rep('title','htmltest');
h.write('htmltest.html');
%Example 2
html.reset_imgfiles();
rn = TestObj();
rn.run();
rnr = html.iterobj(rn,2);
h = html(html.HEAD,'<h1>Device X1</h1>',rnr);
h.rep('title','X1');
h.write('X1.html');
html.reset_imgfiles();

Zitieren als

Roland (2026). convert classdef, table, plot, ... to html as a report (https://de.mathworks.com/matlabcentral/fileexchange/49969-convert-classdef-table-plot-to-html-as-a-report), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2014a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu MATLAB Report Generator finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0