function a = my_abs(x) if x >= 0 a = x; else a = -1*x; end
本文标题:Function函数
本文链接:https://www.haomeiwen.com/subject/umvhxqtx.html
网友评论