Logo

Matlab Questions Set 5:

Quiz Mode

_____ will indicate that the file is closed.

1
2
3
4

Solution:

 Can we do Vector integration in MATLAB 

1
2
3
4

Solution:

  What is the default variable while evaluating a transfer function 

1
2
3
4

Solution:

What is the value of ANS if X = [11 23 45; 6 77 98; 32 65 70]; and ANS = X([3 1],2)?

1
2
3
4

Solution:

 Matrix operations follow the rules of linear algebra and are not compatible with multidimensional arrays 

1
2

Solution:

 To specify different curves in an angle histogram plot, we use the _________ function

1
2
3
4

Solution:

 The function, as an input to the quad command, is given as 

1
2
3
4

Solution:

predict the error

 

x=-10:1:10; y=-10:2:10; plot(x,y)

1
2
3
4

Solution:

If the program demands evaluation of multiple, only decimal, values of the same function, what is the better way to do this?

1
2
3
4

Solution:

What is the difference between the square root of 10 and the symbolic square root of 10?

1
2
3
4

Solution: