Logo

Matlab Questions Set 21:

Quiz Mode

 What is the class of the result of quadl() command 

1
2
3
4

Solution:

What does MATLAB stand for?

1
2
3
4

Solution:

What keys are used to stop the execution of a MATLAB command?

1
2
3
4

Solution:

Which command is used to clear the contents of a command window?

1
2
3
4

Solution:

 To stop the execution of a MATLAB command, used keys __________

1
2
3
4

Solution:

 The butter() command takes in 

1
2
3
4

Solution:

What can the solve[] command do?

1
2
3
4

Solution:

Consider the following code:

B = randi(10,1,3);

rng(0);

A = randi(10,1,3);

If B = [9 10 12], find A.

1
2
3
4

Solution:

 What are the minimum numbers of expressions which will be required to express a mathematical relation 

1
2
3
4

Solution:

 What does the echo command do 

1
2
3
4

Solution: