NewFile

Create new file from template.
628 Downloads
Aktualisiert 3 Mai 2013

Lizenz anzeigen

This function will create a new file using the format from a template file. The available templates currently include scripts, functions, functions using an input parser, classes, and enumerations. The generated files can also be populated with information like date of creation, company, and author provided in a struct or .mat file. The template files are completely customizable and additional templates can easily be added.

Basic usage is simple:
newf myscript.m (script is the default type)
newf('myfunction.m','f')

This can be combined with BetterHelp as well, simply uncomment the line
%string = [string ,'%CUSTOM_HELP%'];
in newf.

Zitieren als

Michael Ryan (2024). NewFile (https://www.mathworks.com/matlabcentral/fileexchange/41624-newfile), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2011b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu File Operations finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0