> 其他 >
MATLAB编写函数文件求半径为r的圆的面积和周长,求救啊,
人气:388 ℃ 时间:2020-06-04 12:51:04
解答
1.
function s=mianji(r)
s=pi*r*r;
end
2.
function l=zhouchang(r)
l=2*pi*r;
end
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版