matlab编写程序时的注释该怎么写

不同的组织都有不同的规定,对于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         函数的修订信息

posted @ 2022-08-22 18:12  叕叒双又  阅读(480)  评论(0编辑  收藏  举报