代码搜索:helix

找到约 583 项符合「helix」的源代码

代码结果 583
www.eeworm.com/read/396243/8118365

m ex0103.m

function ex0103() t = 0:pi/50:6*pi; expt = exp(-0.1*t); xt = expt.*cos(t); yt = expt.*sin(t); %dividing the screen into 2 x 2 sections subplot(2,2,1), plot3(xt, yt, t), grid on %helix subplot(2,
www.eeworm.com/read/246680/12712966

m ex0103.m

function ex0103() t = 0:pi/50:6*pi; expt = exp(-0.1*t); xt = expt.*cos(t); yt = expt.*sin(t); %dividing the screen into 2 x 2 sections subplot(2,2,1), plot3(xt, yt, t), grid on %helix subplot(2,
www.eeworm.com/read/431224/8694879

m mask.m

function [x,y,s] = mask(a,idx,orient,vals) [xc,yc] = fm_draw('circle','Dfig',orient); [xh,yh] = fm_draw('helix','Dfig',orient); x = cell(32,1); y = cell(32,1); s = cell(32,1); x{1} = xh-4; y{1} = 3
www.eeworm.com/read/431224/8696185

m mask.m

function [x,y,s] = mask(a,idx,orient,vals) [xc,yc] = fm_draw('circle','Ddsg',orient); [xh,yh] = fm_draw('helix','Ddsg',orient); x = cell(27,1); y = cell(27,1); s = cell(27,1); x{1} = xh-4; y{1} = 3
www.eeworm.com/read/431224/8698666

m mask.m

function [x,y,s] = mask(a,idx,orient,vals) [xc,yc] = fm_draw('circle','Cwst',orient); [xh,yh] = fm_draw('helix','Cwst',orient); x = cell(13,1); y = cell(13,1); s = cell(13,1); x{1} = xh-4; y{1} = 3
www.eeworm.com/read/384940/8828074

m mask.m

function [x,y,s] = mask(a,idx,orient,vals) [xc,yc] = fm_draw('circle','Dfig',orient); [xh,yh] = fm_draw('helix','Dfig',orient); x = cell(32,1); y = cell(32,1); s = cell(32,1); x{1} = xh-4; y{1} = 3
www.eeworm.com/read/384940/8829775

m mask.m

function [x,y,s] = mask(a,idx,orient,vals) [xc,yc] = fm_draw('circle','Ddsg',orient); [xh,yh] = fm_draw('helix','Ddsg',orient); x = cell(27,1); y = cell(27,1); s = cell(27,1); x{1} = xh-4; y{1} = 3
www.eeworm.com/read/384940/8832663

m mask.m

function [x,y,s] = mask(a,idx,orient,vals) [xc,yc] = fm_draw('circle','Cwst',orient); [xh,yh] = fm_draw('helix','Cwst',orient); x = cell(13,1); y = cell(13,1); s = cell(13,1); x{1} = xh-4; y{1} = 3
www.eeworm.com/read/209211/4986435

32-bit worms.32-bit

/* configuration commands */ /* configuration commands */ filsys main j(w6)(r5.r5.) e!0!helix:/386/9pcfs /* AUDIO */ ip/dhcp ip/tftpd con /dev/eia1 bootp()phaeton:/sys/src/fs/audio/audi
www.eeworm.com/read/432935/8562226

m example_plot3.m

% example_plot3.m % 使用函数plot3绘制三维曲线 t=0:pi/50:10*pi; plot3(sin(t),cos(t),t,'r*-') xlabel('sin(t)') ylabel('cos(t)') zlabel('t') title('figure1: helix') grid on axis square % 绘制多条曲线 figure(2