-
Notifications
You must be signed in to change notification settings - Fork 796
PMTKtags
mattbdunham@gmail.com edited this page Sep 3, 2010
·
15 revisions
- summary A description of PMTK tags, and how they are used.
* Files in PMTK are annotated with tags indicating meta information such as the author, date, the running time etc, and are the basis for all All [http://code.google.com/p/pmtk3/wiki/updatingDocumentation PMTK reports].
* Tags look like this, and can live anywhere in the file:
* All tags begin with "PMTK". The remaining text after the space is the value of the tag.
* Tags must be preceded by the Matlab "%" comment symbol, even if the file contains no Matlab code.
* There are a number of tools that can help you obtain information about tags:
|| pmtkTagReport.m || Generates a struct storing information on all tagged files in PMTK. || || tagfinder.m || Returns a list of all tags and their values in a specified file. || || hasTag.m || Returns true, if a specified file has a specified tag. || || findAllFilesWithTag.m || Returns a list of all files with the specified tag. || || getTagText.m || Returns the text appearing after the tag in the specified file. ||
* Here is a list of commonly occurring tags:
PMTKauthor
PMTKdate
PMTKurl
PMTKemail
PMTKmodified
PMTKbroken
PMTKslow
PMTKreallySlow
PMTKinteractive
PMTKneedsMatlab
PMTKneedsStatstoobox
PMTKneedsBiotoolbox
PMTKneedsOptimtoolbox