Need help with triangular wave

17 次查看(过去 30 天)
Alina-Cristina CIOCAN
编辑: KSSV 2017-10-16
figure(1)
t=-5:0.5:5;
xcos=cos(pi*2*t);
xpsqw=xcos>0;
plot(t,xpsqw);
xlabel('Timp(s)');
ylabel('Amplitudine')
title('Graficul functiei u(t)')
ylim([-3.5 4.5]);
This is my code, but I do not know how to modify it to look like this

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by