Logo

Matlab Questions Set 11:

Quiz Mode

What is the value of X when the expression X=cos[45]; is evaluated?

1
2
3
4

Solution:

The output of int(x^2, 1, 3) and quad('x^2', 1, 3) is ________

1
2
3
4

Solution:

What is the file extension used for script files?

1
2
3
4

Solution:

 The ellipord command is used for 

1
2
3
4

Solution:

 The cut-off frequency of the type-2 Chebyshev filter is produced by the 

1
2
3
4

Solution:

What are the MATLAB functions used for multiplication and division of two polynomials?

1
2
3
4

Solution:

  How would you start a debugger in MATLAB 

1
2
3
4

Solution:

If the real part of the complex number σ is less than 0, the point in the z-plane lies inside the circle |z|=1.

1
2
3
4

Solution:

What is the main purpose of using the line command instead of directly using the plot command to generate a plot?

1
2
3
4

Solution:

What is the difference between 'hold on' and 'hold all' commands in a graphing application?

1
2
3
4

Solution: