TODO function
Include the TODO function in your code to indicate what must be done:
TODO('edit this file..');
While executing the function a message will be posted in the command window including a link to the file and row that contains the TODO statement.
In addition to the command line useage, matlab also supports a TODO/FIXME report (see matlab help documentation) that lists all TODO statements in the functions under condsideration.
TODO('Finish this file');