subplot(2,2,1),mesh(z1)
>> x = [ 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55 ];
>> y = [ 0.0, 1.27, 2.16, 2.86, 3.44, 3.87, 4.15, 4.37, 4.51, 4.58, 4.02,
4.64];
>> plot(x,y,'*r')
>> grid on
from https://zhidao.baidu.com/question/1541026726657077427.html
<https://zhidao.baidu.com/question/1541026726657077427.html>
x=[0.02,0.05,0.08];
y=[86.18,80.16,76.64];
figure
plot(x,y)
热门工具 换一换