Question
t=0:1:9;
stem(t);
hld;
stem(t^2);
a.
Error in t^2
b.
Error in hld
c.
No error
d.
Error in stem(t)
Posted under MATLAB
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. A student is trying to plot multiple plots in the same window. But the following code doesn’t allow him to do that. What is the error?
Similar Questions
Discover Related MCQs
Q. Vectors defined by [] can be cellular vectors.
View solution
Q. The input to the polar command is not necessary to be within parentheses.
View solution
Q. A student wants to find the following limit, but he writes the code - limit(1-cos(2*x)/x^2,x,0)
What will he get?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond MATLAB? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!