Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 714 Bytes

File metadata and controls

10 lines (6 loc) · 714 Bytes

MATLAB Markdown Writer

Helper class for writing markdown files directly from MATLAB, including figures, tables, structs and arrays that are properly markdown formatted.

For a quick start on how to use the markdown writer see Examples/example.m, simply run this file from within Matlab and take a look at the produced Examples/example.md markdown file.

For working with template markdown files see Examples/exampleTemplate.m and Examples/exampleTemplate.md, simply run this file from within Matlab and take a look at the produced Examples/exampleTemplateFilled.md markdown file.

Requirements

  • Tested with Matlab 2019a