html link with publish
显示 更早的评论
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
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Report Generator 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!