My Report

MATLAB Practice Test 4


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

1. We can generate the summation of a series, formed with a character, using ________

2. What is the code to solve limx→1(logx)logx?

3. What is the output of the following code?

cumsum([1,2,3,4,NaN])

4. The bilinear command returns column vectors.

5. What is the output of the following code?

sumabs([Inf Inf; Inf Inf])

6. The result of the following code is

p=dtft([1,2,3],3)

7. What is the default parameter for the ztrans() command?

8. The output of the following code is

solve(‘w+z=0’)

9. What is the output of the following code?

buttord[2,1,3,4]

10. The output of the following codes are

i fft([1,2],2,2)
ii. fft([1,2],2)

 

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.