MATLAB: API to generate html report from matlab

MATLAB

I want to generate html report using matlab scripting, can some tell me matlab APIs for html report generation?

Best Answer

You can use the publish function to generate a html from a .m script
See this page for a example.