rect function on the interval x= -5:0.1:5.
x=-5*pi:0.1:5*pi;
y=(pi/2)*sinc(x/2);
plot(x,y)
title(βsππ((π/2)π₯)/π₯ plotβ)
xlabel(βxβ);
ylabel(βsin((π/2)x)/xβ)
grid on;
would this be correct when plotting Rect function using rectangularPulse on the interval x= -5:0.1:5?x=-5*pi:0.1:5*pi;
y=(pi/2)*sinc(x/2);
plot(x,y)
title(βsππ((π/2)π₯)/π₯ plotβ)
xlabel(βxβ);
ylabel(βsin((π/2)x)/xβ)
grid on;
would this be correct when plotting Rect function using rectangularPulse on the interval x= -5:0.1:5? x=-5*pi:0.1:5*pi;
y=(pi/2)*sinc(x/2);
plot(x,y)
title(βsππ((π/2)π₯)/π₯ plotβ)
xlabel(βxβ);
ylabel(βsin((π/2)x)/xβ)
grid on;
would this be correct when plotting Rect function using rectangularPulse on the interval x= -5:0.1:5? rectangularpulse MATLAB Answers β New Questions
β