代码搜索:polar si9000

找到约 1,508 项符合「polar si9000」的源代码

代码结果 1,508
www.eeworm.com/read/467921/6996980

m polar_interference.m

% polar_interference.m: % Polar plot of amplitudes interfering to create beam-formed response. % This script loops over various choices of #elements, tranducer spacing, % and relative phase delay,
www.eeworm.com/read/439651/7704181

m polar03.m

r = 0:0.1:1; t = linspace(0, 2*pi, 101); [rr, tt] = meshgrid(r, t); [xx, yy] = pol2cart(tt, rr); z = rr.*exp(j*tt); ff = abs((z.^3-1).^(1/3)); surfc(xx, yy, ff);
www.eeworm.com/read/439651/7704184

m polar02.m

r = linspace(1, 2, 11); t = linspace(0, 6*pi, 101); [rr, tt] = meshgrid(r, t); xx = rr.*cos(tt); yy = rr.*sin(tt); ff = tt; surf(xx, yy, ff, rr);
www.eeworm.com/read/439651/7704203

m polar01.m

r=0:0.2:4; t=linspace(0, 2*pi, 50); [rr, tt]=meshgrid(r, t); xx=rr.*cos(tt); yy=rr.*sin(tt); ff=peaks(xx,yy); surf(xx, yy, ff); axis tight
www.eeworm.com/read/438117/7736149

php jpgraph_polar.php

www.eeworm.com/read/197649/7982842

m polar5.m

function hpol = polar5(theta,rho,line_style) % The function POLAR5 makes a plot using polar coordinates. % First parameter is required. POLAR5 can take additional parameters, % which if not supp
www.eeworm.com/read/197649/7983115

m polar1.m

function h1=polar1(a) % % polar1(a): % % Function to create polar coordinates in a new figure with % 0 degrees located at the 3 o'clock position and % degrees increasing counter-clockwise. %
www.eeworm.com/read/197649/7983141

m polar2.m

function h1=polar2(a) % The function POLAR2 creates polar coordinates in a new figure % with 0 degrees located at the 12 o'clock position and % degrees increasing clockwise. % Non MATLAB Librar
www.eeworm.com/read/397032/8071536

e31 polar.e31

www.eeworm.com/read/397032/8071546

e32 polar.e32