Publish a HTML table on the fly

Hi,
I'm trying to publish a HTML table which is generated on the fly as the code executes. I'm using GTHTMLtable (from file exchange) to generate the HTML code for my table but I cant find a way of displaying it correctly when I publish the script as a web page.
I've read over the HTML markup section of the help file and I understand how to display a static table but that means running the script and then manually copying the HTML table into a markup section and then running a publish...
Any suggestions?

 採用された回答

Fuad
Fuad 2012 年 9 月 28 日

0 投票

I figured out what was wrong, in case someone else is having a similar problem it seems that you can only display html directly after the publish %% markup if you want it to be properly published...
So this works:
htmlTable = GTHTMLtable(...);
disp(['' htmlTable ']);
but this doesn't:
htmlTable = GTHTMLtable(...);
disp(['' htmlTable ']);

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB Report Generator についてさらに検索

タグ

質問済み:

2012 年 9 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by