代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/165898/10047227
m cylinder532.m
function cylinder532
figure(1)
cylinder
figure(2)
t = 0:pi/10:2*pi;
[X,Y,Z] = cylinder(2+cos(t));
surf(X,Y,Z)
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/165238/10071371
m exm0253_1.m
%exm0253_1.m
t=0:pi/50:4*pi;
y0=exp(-t/3);
y=exp(-t/3).*sin(3*t);
plot(t,y,'-r',t,y0,':b',t,-y0,':b')
grid
www.eeworm.com/read/164050/10133847
m exm0861_2.m
%exm0861_2.m
clear,
t=pi;
eval('theta=t/2,y=sin(theta)');
who
www.eeworm.com/read/164050/10133870
m exm0253_1.m
%exm0253_1.m
t=0:pi/50:4*pi;
y0=exp(-t/3);
y=exp(-t/3).*sin(3*t);
plot(t,y,'-r',t,y0,':b',t,-y0,':b')
grid
www.eeworm.com/read/359349/10153913
m m_p_beike.m
%==========================================================================
% Name:M_P.m
%
%==========================================================================
clear;close all,
t=-2:0.0
www.eeworm.com/read/359349/10153923
m example5_1.m
%==========================================================================
% Name:example5_1.m
% The program compute the DTFT of discrete-time sequence x(n),
% and plot the curves.
%==========
www.eeworm.com/read/359349/10154018
m example5_2.m
%==========================================================================
% Name:example5_1.m
% The program compute the DTFT of discrete-time sequence x(n),
% and plot the curves.
%==========
www.eeworm.com/read/359349/10154082
m cheby_digital.m
% Name:cheby_digital.m
%====================================================================
% This program is used to
% design a type 1 chebyshev lowpass digital filter
% The specifications are:
www.eeworm.com/read/359349/10154107
m example5_3.m
%==========================================================================
% Name:example5_3.m
% The program compute the DTFT of discrete-time sequence x(n),
% and plot the curves.
%==========