Logo

Matlab Questions Set 4:

Quiz Mode

Which of the following is an invalid variable name in MATLAB?

1
2
3
4

Solution:

 

if(x>y) z=9;

1
2
3
4

Solution:

 

A = [1 0 2] ;     b = [3 0 7] ; c=a.*b;

1
2
3
4

Solution:

 

A = [0 1; 1 0] ; B=2 ; C = A * B

1
2
3
4

Solution:

To place text on a plot using a mouse, the command used is _____

1
2
3
4

Solution:

 The command used to generate an array of arrows is 

1
2
3
4

Solution:

 What is the default parameter for dsolve() command 

1
2
3
4

Solution:

 The command to draw the nature of a function over a default fundamental period is 

1
2
3
4

Solution:

 To display the runs scored by a batsman towards different directions in a field, one uses 

1
2
3
4

Solution:

 Which line is treated as H1 line 

1
2
3
4

Solution: