matlab 自定义函数

function c = add(a, b) % 函数名

c=a+b;  %函数体

  

posted @ 2017-08-24 09:30  微笑的''80  阅读(90)  评论(0)    收藏  举报