diary2html

Version 1.0.1 (1.19 KB) by Kev Duc
Creates a formatted HTML version of a MATLAB diary file generated by the diary command.
6 Downloads
Updated Fri, 18 Feb 2022 14:30:05 +0000

diary2html

View diary2html on File Exchange

diary2html

Creates a formatted HTML version of a MATLAB diary file generated by the diary command.

Example

>> diary diary.txt
% ... Execute some commands, a script, etc.
>> diary off
>> diary2html("diary.txt") % Creates a diary.html file

Cite As

Kev Duc (2024). diary2html (https://github.com/kevduc/diary2html/releases/tag/v1.0.1), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2019b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.1

See release notes for this release on GitHub: https://github.com/kevduc/diary2html/releases/tag/v1.0.1

1.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.