不同的组织都有不同的规定,对于matlab注释来说,只要包括以下几个方面就差不多够了:
1、Name of the function 函数的名称
2、Description of what the function does 函数的功能
3、Format of the function call 函数的调用格式
4、Description of input arguments 函数的输入参数
5、Description of output argument 函数的输出参数
6、Description of variables used in function 函数的变量
7、Programmer name and date written 函数的作者信息与写程序日期
8、Information on revisions 函数的修订信息