My Report

MATLAB Mock Test 9


Correct Answer: 2 points | Wrong: -1 point
Grades: A* (100% score) | A (80%-99%) | B (60%-80%) | C (40%-60%) | D (0%-40%)
advertisement
 10%

Question 1 of 10

1. What is the output of the following code?

[r,p,k]=residu(z,p);….. Assuming z and p are vectors of unequal length

Question 1 of 10

Question 2 of 10

2. There are a few commands, in MATLAB, which can be used by ignoring the cases.

Question 2 of 10

Question 3 of 10

3. The inverse laplace transform of a function in s-domain is the transfer function of the system.

Question 3 of 10

Question 4 of 10

4. What is the output of the following code?

>>p=[0 1];
>> q=[ 1 -1 0];
>> step(p,q)

Question 4 of 10

Question 5 of 10

5. What is the output of the following code?

tf2zp({1 2}, {2 1}) 

Question 5 of 10

Question 6 of 10

6. What is the output of the following code?

 
(1 2);

Question 6 of 10

Question 7 of 10

7. The differential equation d2p/dt2=9t has a solution.

Question 7 of 10

Question 8 of 10

8. If the damping factor is less than the damping factor at critical damping, the time response of the system is ___________

Question 8 of 10

Question 9 of 10

9. From the following graphs of the generalized transfer function 1/as2, which plot shows the transfer function for a higher a?
matlab-questions-answers-time-response-control-systems-1-q13

Question 9 of 10

Question 10 of 10

10. What is the output of the following code?

syms pi;
p=2sin[pi]/cos[pi] + tan[3pi];

Question 10 of 10


 

Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.