adplus-dvertising
frame-decoration

Question

What is the output of the following command?
>> x={1 2 3};
>> t=[1 2 3];
>> plot(x,t)

a.

plots a ramp function

b.

plots r(t)-r(t-3)

c.

Error due to plot

d.

Error due to x

Answer: (d).Error due to x

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the following command?