matlab cylinder怎么用
问题描述:
matlab cylinder怎么用
答
x=0.2:0.001:0.5;
y=1./x;
[X,Y,Z]=cylinder(y,30);
mesh(X,Y,Z)