?? q6013.m
字號(hào):
%所有的有界符號(hào)函數(shù)均可以用門(mén)函數(shù)分段相加表示
ezplot('heaviside(t+1)',[-2,2]);
ezplot('heaviside(t+1)-heaviside(t)',[-2,2],2);%門(mén)函數(shù)
y1=sym('(t+1)*(heaviside(t+1)-heaviside(t))');
ezplot(y1,[-1.2,1.2])
y2=sym('(-t+1)*(heaviside(t)-heaviside(t-1))');
ezplot(y2,[-1.2,1.2])
ezplot(y1+y2,[-1.2,1.2]) %三角函數(shù)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -