

InterviewSolution
Saved Bookmarks
1. |
Which of the following command generates the transfer function of a system?(a) tf()(b) tf[](c) tf{}(d) No such commandI had been asked this question during an interview.Question is taken from Time Response of Control Systems topic in division Control System Applications of MATLAB |
Answer» RIGHT ANSWER is (a) tf() To elaborate: The command to get the transfer function of a SYSTEM is tf. The input to the command should be within parentheses. Hence, OPTION tf() is CORRECT only. |
|