Skip to content

Matlab Code Templates v1.0

Compare
Choose a tag to compare
@dlegland dlegland released this 23 Dec 13:21
· 3 commits to master since this release

Matlab-Code-Templates is a collection of functions for quickly generating pre-edited matlab files for specific use cases: creating new classes, new tests...

Each function in the template has a name in the newXXX format. When the function is called with the name of the item, a new file is created, and the editor opens with a pre-edited header and code structure. In particular, author name, copyright information, date of creation... are automatically updated. The templates can be modified by editing the newXXX functions.

To install, simply add the directory to the path, and use one of the newClass, newTest or newEnum functions.