html link with publish
Ältere Kommentare anzeigen
Hello,
i would like to make a html report in matlab using the publish function. In this report i would like to have some links to more detailed other reports that are allready published and saved earlier in the code. My problem now lies in the fact that the html links are not parsed in the report, even if they are in the command window. For example,
disp('<a href="C:\report.html">Report</a>')
gives the link when executed in the command window, but gives just href="C:\report.html">Report</a when published in the html file. Is this just a limitation of the publish function? And if so , is there another way to do it? The files need to be online so a html link is really required.
Thnaks in advance,
Klaus
Antworten (1)
Oleg Komarov
am 8 Jul. 2011
0 Stimmen
Kategorien
Mehr zu MATLAB Report Generator finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!