⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zfig78.m

📁 realize analysis and design for computer-controlled system
💻 M
字号:
t=0:0.01:10;
y1=sin(2*pi*t*0.1);
%y2=sin(2*pi*t*1.1);%0.9, 1.9, 2.9 needs minus pi
y2=sin(2*pi*t*0.9-pi);
subplot(3,1,1)
plot(t,y1,'k--',t,y2,'r')
hold on

ts=0:1:10;
y=sin(2*pi*0.1*ts);
plot(ts,y,'b*')
axis([0 10 -1.2 1.2])

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -