Template for creating verbose logs of script executions

Versión 0.4 (2.02 KB) por Jacob Bowen
Insert your script inside this template to create an historical log of every execution
15 descargas
Actualizado 9 Jun 2020

Ver licencia

This script is an empty template for creating verbose logs for each execution of a script. It is aimed at scripts that proces large amounts of data and where there is a need to track back through data processing history especially when working collaboratively on data or where data processing transparrency is required e.g. for publication supplementary material according to FAIR data principles.

The template logs a script execution comment, the machine the script was run on, the path to the executed script, which code sections were activated at the time of executions, it includes place holders for different code sections, internal functions, the possibilty to modify the path and finishes by tidying up (closing log file and restoring altered MATLAB paths) including script timings. Examples of time and date stamped fprintf log file entries are included

Citar como

Jacob Bowen (2024). Template for creating verbose logs of script executions (https://www.mathworks.com/matlabcentral/fileexchange/76153-template-for-creating-verbose-logs-of-script-executions), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
0.4

Added MATLAB version, memory usage and removed redundant text

0.3

Updated code section templates

0.2

Added preamble

0.1