To try it out type:
web(publish('test_publish.m','html'))
Given a MATLAB variable in the form of a table, this example will show you how to:
- with the Publish command, create a visually attractive table with a JavaScript to help filter your data
(under withPublish folder, publish test_publish.m)
- with MATLAB Report Generator, create a visually attractive table with a JavaScript to help filter your data
(under withMLReportGenerator, run mygeneratereport.m)
Please note that the JavaScript used in this submission was based on work by Max Guglielmi for more information see the webpage http://tablefilter.free.fr/
Gareth Thomas (2021). MakeHTMLTableFilter (https://www.mathworks.com/matlabcentral/fileexchange/46181-makehtmltablefilter), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Such a simple concept. I spent ages looking up how to publish a table. Thank you!