搜索资源列表
circle
- function [] = circleagain(a,b,c,r) pixel = 0.1 theta1 = 0 theta2 = 360*pi/180 pix = pixel/r theta = theta1:pix:theta2 global x y z x = a + r*cos(theta) y = b + r*sin(theta) z = ones(1,length(x))*c x=round(x*10)/10 y=ro
plot3
- 利用VB进行plotline控件的运用,画正弦曲线并保存-VB to the plotline control the use of draw the sine curve and save
