

InterviewSolution
Saved Bookmarks
1. |
plot([0:1:8],[rectpulse(1,9)]’) and plot([0:1:8],ones(1,9)) will generate the same graph.(a) True(b) FalseI have been asked this question in quiz.My question is taken from Operations on Signals topic in section Digital Signal Processing of MATLAB |
Answer» The correct choice is (a) True |
|