代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
examp3_20.m
syms x; f=x*(x-pi)*(x-2*pi);
[A,B,F]=fseries(f,x,12,0,2*pi); latex(F)
examp3_20.m
syms x; f=x*(x-pi)*(x-2*pi);
[A,B,F]=fseries(f,x,12,0,2*pi); latex(F)
examp3_20.m
syms x; f=x*(x-pi)*(x-2*pi);
[A,B,F]=fseries(f,x,12,0,2*pi); latex(F)
examp3_20.m
syms x; f=x*(x-pi)*(x-2*pi);
[A,B,F]=fseries(f,x,12,0,2*pi); latex(F)
examp3_20.m
syms x; f=x*(x-pi)*(x-2*pi);
[A,B,F]=fseries(f,x,12,0,2*pi); latex(F)
untitled2.m
h1=figure('name','时间……',...
'numbertitle','off',...
'menubar','none',...
'units','normalized',...
'windowstyle','normal',...
'position',[0.2805 0.3912
时钟动画.txt
%将下列命令复制到程序运行窗口:
try %可以运行
close all
hfig=figure('visible','off');
set(hfig,'NumberTitle','off');
set(hfig,'name','My Clock');
set(hfig,'MenuBar','none');
set(hfig,'color',[0.5 0.7 0.3]);
set(
untitled.m
clear all
clc
Ng=10;
t=-pi:pi/100:pi-pi/100;
x=tan(t);
m=length(t);
y=zeros(1,m);
y=[x(m-Ng+1:m) x(1:m-Ng)];
subplot(211)
plot(x);
grid on
subplot(212)
plot(y);grid on
untitled.m
clear all
clc
Ng=10;
t=-pi:pi/100:pi-pi/100;
x=tan(t);
m=length(t);
y=zeros(1,m);
y=[x(m-Ng+1:m) x(1:m-Ng)];
subplot(211)
plot(x);
grid on
subplot(212)
plot(y);grid on
paride.c
/*
paride.c (c) 1997-8 Grant R. Guenther
Under the terms of the GNU General Public License.
This is the base module for the family of devi