(1)purpose:state the problem clearly and simply
(2)define input and output:all variables and index
(3)pseudocode(design the algorithm):in a text(top-down design)
(4)write matlab code
(5)test:验证和调试
编写代码的步骤
最新推荐文章于 2024-09-23 10:03:29 发布
(1)purpose:state the problem clearly and simply
(2)define input and output:all variables and index
(3)pseudocode(design the algorithm):in a text(top-down design)
(4)write matlab code
(5)test:验证和调试