Logo

Matlab Questions Set 6:

Quiz Mode

 

z=2+3i/(i^99)

1
2
3
4

Solution:

 

clipboard('Do re Mi fa','copy')  here error in hierarchy

1
2

Solution:

MATLAB stands for

1
2
3
4

Solution:

 

randn[Inf]

1
2
3
4

Solution:

 

What is the output of the following code?

sumsqr([1 2; NaN 4])

1
2
3
4

Solution:

 MATLAB offers the prod() function which may be used to find the factorial of a number 

1
2

Solution:

Determine the value of C given the following:

A = [9 -2 1 2 0];

B = [8 -1 0 3 0];

C = A(A>B)

1
2
3
4

Solution:

The space occupied by the matrix generated from the spones command is _____.

1
2
3
4

Solution:

What are Max and Min in the Workspace shown below 

Statement 1- They show the maximum and minimum value present in an array 

Statement 2- They show the median and mode of the variable 

Statement 3- They show the maximum and minimum value of the variable 

1
2
3
4

Solution:

Statement 1- To check the rank of a non-singular square matrix, we have to use  rank()

Statement 2- To check the rank of a non-singular square matrix, we have to use  rankm()

Statement 3- To check the rank of a non-singular square matrix, we have to use  rankmatr()

1
2
3
4

Solution: