Question: figure ( ) ; plot ( [ - 1 0 , 1 0 ] , [ 0 , 0 ] , 'LineStyle', ' - '

figure();
plot([-10,10],[0,0],'LineStyle','-','Color',[0,0,0],'LineWidth',1);
hold on;
plot([0,0],[-10,10],'LineStyle','-','Color',[0,0,0],'LineWidth',1);
p4= plot(tOne, xOdd,'LineStyle','-','Color',[0,0,0.8],'LineWidth',2);
hold off;
axis([-4,4,-6,6]);
title('Plot 2C.2: Odd Parts of x(t)');
xlabel('t');
ylabel('x(t)');

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!