insertTemplateHeade​r

Inserts a predefined header template into the active script of the editor
51 download
Aggiornato 4 set 2020

Visualizza la licenza

Inserts a predefined header template into an active script; there are a number of similar functions on the MathWorks exchange. As far as I could find, these typically create a new script with the header template (and some seem to require going through a GUI,... while extra typing is exactly what I wanted to avoid). I wrote this version since I generally wanted to be able to insert a header into a function, at the end of my workflow, once I am done building a function and decide to publish it or to add a header so I can remember what it does later on.

To insert the template simply open the script you want to add the template to in the editor and call insertTemplateHeader in the command line.

The template to be inserted is based on Denis Gilbert (2020). M-file Header Template (https://www.mathworks.com/matlabcentral/fileexchange/4908-m-file-header-template), MATLAB Central File Exchange. Retrieved January 8, 2020

The template can be customised by changing lines 82-116 in the original submission.

the following code block (lines 110-112) of the template contain only generic place holders for author/contact information in the original submission. I would recommend you change these lines to your information or delete them.
'%% Author: author_Name\n',...
'%% Affiliation \n',...
'%% email: emailadress@mail.com\n',...

Cita come

J. Benjamin Kacerovsky (2024). insertTemplateHeader (https://www.mathworks.com/matlabcentral/fileexchange/79903-inserttemplateheader), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2019b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.1

edit summary

1.0.0