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
β