代码搜索:polar si9000
找到约 1,508 项符合「polar si9000」的源代码
代码结果 1,508
www.eeworm.com/read/186716/8914611
m polar1.m
function polar(theta,rho,line_style)
%POLAR Polar coordinate plot.
% POLAR(THETA, RHO) makes a plot using polar coordinates of
% the angle THETA, in radians, versus the radius RHO.
% POLAR(THETA,R
www.eeworm.com/read/371706/9540985
m polar_plot.m
function polar_plot(z);
%POLAR_PLOT: Plot the roots of a wavelet in polar coordinates.
%
% polar_plot(z)
%
% IN z: zeros of the wavelet, they can be computed
% with zeros_wav.m
%
% NOTE:
www.eeworm.com/read/165898/10047254
m polar533.m
function polar533
rho0=1;
theta=0:pi/20:4*pi;
rho=rho0+theta*rho0;
polar(theta,rho,':')
www.eeworm.com/read/278961/10485141
png polar_small.png
www.eeworm.com/read/160583/10516887
py polar_scatter.py
#!/usr/bin/env python
# a polar scatter plot; size increases radially in this example and
# color increases with angle (just to verify the symbols are being
# scattered correctlu). In a real example,
www.eeworm.com/read/160583/10517008
png polar_demo.png
www.eeworm.com/read/160583/10517087
py polar_demo.py
#!/usr/bin/env python
#
# matplotlib now has a PolarAxes class and a polar function in the
# matplotlib interface. This is considered alpha and the interface
# may change as we work out how polar axe
www.eeworm.com/read/271244/11001858
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/271244/11002130
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/271244/11002145
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